Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

What's wrong with this picture?

Name: Anonymous 2008-02-08 18:02

#define incl(var, count) for (int var = 0; var < (count); var++)
#define decl(var, count) for (int var = (count) - 1; var >= 0; var--)

Name: Anonymous 2011-12-08 18:19

>>7

this, I don't know why but in every language with the for loop people persist to have the function evaluated every iteration, even if the result is constant.

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List