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

  1. The dot, or member selection operator, the dereference, or
  2. contents-of operator, and the scope resolution operator have
  3. predefined meanings for all classes.  They cannot be overloaded.
  4. Overloading the ternary conditional-expression operator is also
  5. not allowed.
  6.