home *** CD-ROM | disk | FTP | other *** search
- This is the declaration of a nonstatic member function that
- overloads the postfix increment operator for the Fraction class.
- Notice that the function has one explicit argument of type int.
- This second argument must be present to distinguish the postfix
- increment operator from the prefix increment operator. The first
- argument of this function is a Fraction object passed implicitly
- through the "this" pointer.
-