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

  1. C++ allows you to quickly define I/O for your own types and
  2. classes.  You can do this by overloading the input and output
  3. operators defined in the I/O Stream Library.
  4.