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

  1. You cannot declare an overloaded class member operator that is a
  2. nonmember function. While you can overload the "->" (arrow)
  3. operator, you cannot overload the class member access "."  (dot)
  4. operator.
  5.