Slide 5.21: Read.h Slide 5.23: Unpack.h Home |
Clear.h
Clear.h
includes two methods of the class TextBuffer
:
Clear( )
: re-setting the input buffer, and
Put( )
: printing out the contents of the buffer. Inserting to cout
is not considered as a disk I/O command.
~wenchen/public_html/cgi-bin/351/week5/Clear.h | |
|
str
until the number of characters specified by n
has been successfully written or until an error occurs in the output sequence.