Phoncible
08-29-2008, 03:32 AM
So I'm trying to use a for loop for something, but I need the increments to increase by two, not just one.
I.E. :
for (int i = 0; i < number; (i++)++) and also (i+1)++
It won't compile, always hanging up on this line; how do I do this?
I.E. :
for (int i = 0; i < number; (i++)++) and also (i+1)++
It won't compile, always hanging up on this line; how do I do this?