hi everyone
I've got a file :
fstream in ("f.in");
after searching, file pointer is at the end of file and I wanna return it to the begginnig for other tasks.
what statement can I use?
I've got a file :
fstream in ("f.in");
after searching, file pointer is at the end of file and I wanna return it to the begginnig for other tasks.
what statement can I use?
Comment