home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / CH02 / A02103.TXT < prev    next >
Encoding:
Text File  |  1993-07-26  |  243 b   |  5 lines

  1. The cerr and clog streams direct output to standard error.  cerr
  2. provides unbuffered output, while clog provides buffered output.
  3. This example checks for a "division by zero" condition.  If one
  4. occurs, a message is sent to standard error.
  5.