f78 Repositioning an ostream

Contents|Index|Previous|Next

Repositioning an ostream

You can control the output position (on output streams that actually support positions, typically files) with the following methods.

streampos ostream::tellp () 
Method 
ostream& ostream::seekp (streampos loc) 
Method 
ostream& ostream::seekp (streamoff loc, rel) 
Method 
0