Home
(current)
About
Contact
Reviews
ComputerLanguage.com
Longest-Running Tech Encyclopedia
Term of the Moment
HTML email
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.
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
misc