home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / CH02 / A02105.TXT < prev    next >
Encoding:
Text File  |  1993-07-26  |  225 b   |  5 lines

  1. The input operator is defined to accept arguments of any of the
  2. fundamental data types, as well as pointers, references and array
  3. types.  You can also overload the input operator to define input
  4. for your own class types.
  5.