home *** CD-ROM | disk | FTP | other *** search
- The three classes that have names including "_withassign" are
- similar to classes of the same name excluding "_withassign". For
- example, iostream_withassign is almost identical to iostream. The
- difference is that these classes have an overloaded assignment
- operator. cin is an object of the class istream_withassign and
- cout is an object of the class ostream_withassign.
-