Hello when I compiled my program, I got lists of the same Problem: FILE has not been declared. where :
void Dump (FILE *fp);
FILE *fpDDF;
void DumpData (const char *pachDate, int nMaxBytes,FILE *fp);
I use Dev C++ now.
How can I solve this Problem?
Thanks