home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / CH09 / A09122.TXT < prev    next >
Encoding:
Text File  |  1993-08-25  |  289 b   |  6 lines

  1. An overloaded operator is declared by preceding one of the valid
  2. C++ operators with the word "operator".  Overloaded operators must
  3. have at least one user-defined type as an argument.  Overloaded
  4. operators are distinguished by the number and types of operands
  5. used with the operator.
  6.