f5b Repositioning an istream

Contents|Index|Previous|Next

Repositioning an istream

Use these methods to control the current input position.

streampos istream::tellg () 
Method 
istream& istream::seekg (streampos p) 
Method 
istream& istream::seekg (streamoff offset, ios::seek_dir ref) 
Method 
0