◄streambuf► ◄Up► ◄Contents► ◄Index► ◄Back► ──The Microsoft iostream Classes──────────────────────────────────────────── int sbumpc(); Remarks Returns the current character, then advances the get pointer. Returns EOF if the get pointer is currently at the end of the sequence (equal to the egptr pointer). See Also ◄streambuf::epptr►, ◄streambuf::gbump► -♦-