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

  1. To overload the assignment, subscript, function-call, or member-
  2. selection arrow operators, you must declare them to be be
  3. nonstatic member functions, so that values can be assigned to
  4. their first operands.  The "=" operator is the only operator that
  5. is not inherited.  There are special rules for overloading the
  6. operators new and delete.
  7.