home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / CH11 / A11161.TXT < prev    next >
Encoding:
Text File  |  1993-08-04  |  219 b   |  5 lines

  1. The I/O Stream Library defines four streams that you can use to
  2. perform basic I/O.  These are adequate for many simple programs.
  3. If your application requires more sophisticated I/O, you can
  4. define your own streams.
  5.