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

  1. You can use operator overloading to give a meaning to C++
  2. operators when they are applied to user-defined types.  As a
  3. result, you can perform standard operations, such as addition or
  4. comparison, on user-defined types using the same syntax you use
  5. for built-in types.
  6.