![]() |
| ||
| file and multidimensional array 1 Attachment(s) Hi, I need help for this C Program very urgent. please find the attachment below |
| ||
| Re: file and multidimensional array > I need help for this C Program very urgent http://www.catb.org/~esr/faqs/smart-...ns.html#urgent Urgency is your problem, not mine. > please find the attachment below http://www.catb.org/~esr/faqs/smart-...s.html#formats I'm not interested in even risking downloading a non-portable file format which is prone to all sorts of virus infections. |
| ||
| Re: file and multidimensional array >>I'm not interested in even risking downloading a non-portable file format which is prone to all sorts of virus infections Absolutely agree with that -- *.doc files have been known to contains viruses, worms and other kinds of animals. Kg: save your program as *.c and either post it or attach it if its too big to post. |
| ||
| Re: file and multidimensional array Quote:
And then, maybe we could help. |
| ||
| Re: file and multidimensional array Hi There, Here you go. Please find your requsted program below. /******************************************************************************\ |
| ||
| Re: file and multidimensional array gets(sName); Definitely a show stopper. Do yourself a favor and don't use gets() anymore. Forget that it exists. Here's why. #include <conio.h> These are not C standards. Best to not use them, specially to help other people. |
| ||
| Re: file and multidimensional array >>These are not C standards you are right -- getch() is non-standard, but flushall() is. Its declared in stdio.h. |
| All times are GMT -4. The time now is 11:52 am. |
Forum system based on vBulletin Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
©2003 - 2009 DaniWeb® LLC