The Microsoft Input/Output Stream Classes (iostream.hlp) (Table of Contents; Topic list)
istream::tellg
istream                                     Up Contents Index Back
──The Microsoft iostream Classes────────────────────────────────────────────
 
  streampos tellg();
 
  Remarks
 
  Gets the value for the stream's get pointer.
 
  Return Value
 
  A streampos type, corresponding to a long.
 
  See Also
 
  istream::seekg, ostream::tellp, ostream::seekp
 
 
                                     -♦-