my visual c++ 6 seems to not define ios_base::beg, cur and end, as used by ostream::seekp .. i am #including <fstream.h>. is this right? these values don't even appear in the IDE thing that completes as you type..
This is a discussion on vc file io within the C++ Programming forums, part of the General Programming Boards category; my visual c++ 6 seems to not define ios_base::beg, cur and end, as used by ostream::seekp .. i am #including ...
my visual c++ 6 seems to not define ios_base::beg, cur and end, as used by ostream::seekp .. i am #including <fstream.h>. is this right? these values don't even appear in the IDE thing that completes as you type..
It works if you use the new, standard header file - <fstream>.