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

  1. You can overload a binary operator by declaring a nonmember
  2. function that takes two arguments or a nonstatic member function
  3. that takes one argument.
  4.