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

  1. There are four standard predefined I/O stream objects that you can
  2. use to perform standard I/O:  cout, cin, cerr, and clog.  cout is
  3. for output, cin is for input, and cerr and clog are for standard
  4. error.
  5.