39

int c = 0; // counter
for... // some code
c++; // wait a sec?

Transforming C to C++ in Java.

Comments
Add Comment