This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

rewind a file


Hello,

I used to rewind a ifstream file with

file.seekg(0,ios::beg);
file.clear();

to read it a second time. It was under gcc 2.9x. Now I upgrade to mandrake 9.0, which ships gcc 3.2 and it is not working anymore... any hint?

Thanks

Philippe


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]