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

  1. Input and output, or I/O, is not an integral part of C++.  I/O
  2. facilities are defined in the I/O Stream Library, a collection of
  3. classes that you can use to perform I/O on both built-in types and
  4. your own types and classes.
  5.