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

  1. C++ I/O is simple to use, but its implementation in the I/O Stream
  2. Library is large and complicated.  You can perform I/O on the
  3. built-in types without worrying about the details of the Library,
  4. but you should be familiar with its basic concepts if you want to
  5. adapt it to perform I/O on your own classes.
  6.