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

  1. The overloading feature of C++ lets you extend the language
  2. by creating an unlimited number of operators for user defined
  3. types.  However, you can not change the meaning of the operators
  4. for types that are built-in.  For example, you cannot redefine
  5. the plus operator to subtract integers.
  6.