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

  1. You can overload the input and output operators to accept objects
  2. of your own classes as arguments.  Once you have done this, you
  3. can perform input and output on these objects as if they were
  4. objects of a built-in type.
  5.