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