The Microsoft Input/Output Stream Classes (iostream.hlp) (Table of Contents; Topic list)
streambuf::gptr
streambuf                                   Up Contents Index Back
──The Microsoft iostream Classes────────────────────────────────────────────
 
  protected: char* gptr() const;
 
  Remarks
 
  Returns a pointer to the next character to be fetched from the streambuf
  buffer. This pointer is known as the get pointer.
 
  See Also
 
  streambuf::setg, streambuf::eback, streambuf::egptr
 
 
                                     -♦-