cout << file.tellp() << " ";
file.seekg( 0,ios::beg );
cout << file.tellp() << endl;
yields a change in the writing cursors position in the file! ?
huh?
regards,
GeniX
seekg() and seekp()
Now I am totally confused.
It would appear that a call to seekg() yields a change in the position of the writing cursor.
If I
regards,GeniXwww.cryo-genix.net
This topic is closed to new replies.
Advertisement
Popular Topics
Advertisement
Recommended Tutorials
Advertisement