home *** CD-ROM | disk | FTP | other *** search
- cerr and clog are defined in the I/O Stream Library as objects of
- a class derived from ostream. Inserting characters into either
- stream is analogous to sending output to standard error in C. cerr
- and clog are both associated with the same stream, but clog is
- buffered while characters that are sent to cerr are flushed after
- each insertion.
-