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

  1. The input and output operators are overloaded to accept variables
  2. of all the fundamental types.  This means that when you want to
  3. output a series of variables, you can simply include them in the
  4. output statement without having to worry about their types.
  5.