Syntax
int sgetc();
Remarks
Returns the character at the get pointer. The sgetc function does not move the get pointer. Returns EOF if there is no character available.
See Also
streambuf::sbumpc, streambuf::sgetn, streambuf::snextc, streambuf::stossc