you mean ald hv someone post this question?
sorry i'm Junior Member and my english sos not well!
Welcome
Many people use English as a second (or even third) language. This is an additional reason to set up your profile [Private Messaging, Location, Info]. All of this is covered in the link that you have already been given.
In case you do not know...FAQ means Frequently Asked Questions. These are pieces of information that have already been asked, and answered hundreds or thousands of time.
It is much more efficient to spend the time reading them, than it is to continually post the same information.
TheCPUWizard is a registered trademark, all rights reserved. (If this post was helpful, please RATE it!) 2008, 2009 In theory, there is no difference between theory and paractice; in practice there is.
* Join the fight, refuse to respond to posts that contain code outside of [code] ... [/code] tags. See here for instructions
* How NOT to post a question here
* Of course you read this carefully before you posted
* Need homework help? Read this first
you mean ald hv someone post this question?
sorry i'm Junior Member and my english sos not well!
The problem is NOT your English but HOW you are using English in your posts...
Well, what I meant was (it is from "Announcements: Before you post.... "):
Your subject line will impact how well your question is answered. Your subject line should indicate the topic you are asking or commenting about. Here are some suggestions:
Be concise.
If you can do it in just a few words, ask a question or state the topic of your question.
If you cannot state your question or comment in just a few words, then type the topic of your question or comment as the subject line
Don't simply say "help". It is assumed that if you ask a question, you want help.
If your subject line isn't concise or doesn't indicate a specific topic, many people will skip your posting.
Your Posting
Just as important to your subject line is the posting or question itself.
Be concise, however...
Make sure you ask a question if you want an answer.
Make sure your provide enough details. For example, if you ask a database question, it might be necessary to include the database you are accessing.
Make sure your question fits within the category you are posting. Posting a Visual Basic question in the Visual C++ forum will result in a lower chance for an answer.
Use real grammer. If you use things like "u r gr8", you are going to be seen as unprofessional. Worse, many of the people who speak English as a second language may not understand what you are saying -- and thus won't be able to response.
If you want to make a personal response back to someone, use private messages instead of responding in the public forum. Private Messages can be sent with the PM button.
ok i try now!!
question:
now is this part make me blur:what i need to write in <if>the code that can let me check still got how many empty place in my cust array??
Code:
for(row=0;row<sizeR;row++){
for(col=0;col<sizeC;col++){
if(0==ID[row][col]){
flag=1;
break;
}
else{
printf("Not enough seats available!The flight is fully booked!");
question:
now is this part make me blur:what i need to write in <if>the code that can let me check still got how many empty place in my cust array??
Code:
Code:
for(row=0;row<sizeR;row++){
for(col=0;col<sizeC;col++){
if(0==ID[row][col]){
for(j=0;j<i;j++){
printf("Enter your name");
scanf("%[\n]c",cust[sizeR][sizeC].name);
Bookmarks