17.6 Overloading Increment and Decrement Operators
Generally defined as member functions
Two versions of each:
prefix version:
++x
postfix version:
x++
C++ uses an extra argument to distinguish the postfix form
prev
|
top
|
next