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

  1. In the function main(), a Vector object and a Fraction object are
  2. declared and passed as arguments to the function mpy().  The fact
  3. that mpy() is a friend function has no effect on function main().
  4. The client code does not need to know that a function it calls
  5. is a friend.
  6.