09-06-2004 01:48 PM
09-07-2004 11:37 AM
09-09-2004 03:28 PM
09-10-2004 11:08 AM
09-12-2004 01:04 PM
08-10-2008 10:19 AM
I just go through with getting started and i have problem in labwindows , i want to read data from the file but i dont know how to do it .
what actually the syntax of fscanf function.
08-11-2008 03:06 PM
int fscanf (FILE *stream, const char formatString[], ...);
for instance
fscanf( Input_File, "%i", &Ticks_Interval );