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

  1. A Fraction object with a value equivalent to 0 is represented as
  2. 0/1.  A Fraction with this value cannot be inverted.  Instead, the
  3. function returns without altering the object.  To access the
  4. object, the return statement de-references the "this" pointer.
  5.