Search
Home page
Browse
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
#
Store
Blog
Advertise
Add a definition
User settings
Browse
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
#
Store
Blog
Advertise
Search
c++
Share definition
Incrementing the
value
of c to by one. Another way of writing
c=c+1; or c+=1;
Used in multiple
programming
languages
.
for(
int
c=0; c < 5; c++)
cout
<< "What a
boring
definition\n";
by
Programming Extraordinaire
August 07, 2003
Flag
Get the
c++
mug.
More random definitions