home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / CH11 / A11164.WAV (.mp3) < prev    next >
Waveform Audio File Format  |  1993-10-22  |  265.3 KB  |  1 channel  |  11,025 sample rate  |  24 seconds
Transcription: CERROR and CLOG are defined in the Iostream library as objects of a class derived from OSTREAM. Inserting characters into either stream is analogous to sending output to standard error in C. CERROR and CLOG are both associated with the same stream, but CLOG is buffered, while characters that are sent to CERROR are flushed after each insertion.