home *** CD-ROM | disk | FTP | other *** search
- This is the declaration of a friend function that overloads the
- postfix increment operator for the Fraction class. Notice that
- the function has two explicit arguments. The first argument is
- the Fraction object to be incremented. The second argument must
- be an integer. The integer argument must be present to
- distinguish the postfix increment operator from the prefix
- increment operator.
-