home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / CH06 / A062027.TXT < prev    next >
Encoding:
Text File  |  1993-08-23  |  379 b   |  7 lines

  1. This output statement prints the value of "x" after it has been
  2. inverted twice.  Since the value of x is 1/3, the value of its
  3. inverse is 3/1.  The inverse of 3/1 equals the original value of
  4. x, 1/3.  Notice how calls to member functions whose return values
  5. are objects of a class can be concatenated elegantly in an
  6. expression.  This feature is useful in many situations.
  7.