◄streambuf► ◄Up► ◄Contents► ◄Index► ◄Back► ──The Microsoft iostream Classes──────────────────────────────────────────── protected: void gbump( int nCount ); Parameter Description <nCount> The number of bytes to increment the get pointer. May be positive or negative. Remarks Increments the get pointer. No bounds checks are made on the result. See Also ◄streambuf::pbump► -♦-