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 2008-02-08 20:01

>>3
Because you might want to use var as index for some array, of course.

Name: Anonymous 2008-02-09 2:20

>>1
incl/decl takes two parameters, var and count.
Then, in the macros body you define a `var` object. MADNESS.

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