Term of the Moment

Bluetooth handset


Look Up Another Term


Definition: ++


An operator in C/C++ that adds 1 to a variable. For example, total++ means add one to the variable TOTAL. In contrast, total-- means subtract one from the variable.