i used fscanf to read a file but now i need to fscanf it again
from the beginning. Meanwhile my pointer stay in the eof.
how i can put it in the beginning again ?????
i already read about seekg, but the problem is my file can change everytime, meanwhile when using seekg we have to count the bytes. My point is i just want to put it in the beginning....