C++ Syntax: Decrement: --
Description
The decrement operator -- is identical to the increment operator
++
except that it reduces the value by one rather than increasing it by one.
Go Back to the
The C++ Crib Top Page
If you have any comments about this page please send them to
Nick West