Thank you
fscanf() &fprintf() is whatIm doing. still I think it has to do with rewind(), as if the rewind() take me back to the last raw instead to the begining of the file.
menashe
User Profile
Collapse
-
rewind
I'm programing in c, in the first part of the program I write data to a file, using fopen() and fclose(). In the second part I am trieng to read the file, again, using fopen() and fclose() in reading mode. the program start reading from the last raw. using rewind() does not help. how can I start reading data from begining of file?
No activity results to display
Show More
Leave a comment: