home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / CH11 / A112312.TXT < prev    next >
Encoding:
Text File  |  1993-11-25  |  379 b   |  7 lines

  1. The three classes that have names including "_withassign" are
  2. similar to classes of the same name excluding "_withassign".  For
  3. example, iostream_withassign is almost identical to iostream.  The
  4. difference is that these classes have an overloaded assignment
  5. operator.  cin is an object of the class istream_withassign and
  6. cout is an object of the class ostream_withassign.
  7.