Thread
:
for loop as a macros
View Single Post
•
•
Join Date: Jul 2008
Posts: 2,001
Reputation:
Solved Threads: 343
ArkM
Offline
Postaholic
Re: for loop as a macros
0
#
4
Jan 3rd, 2009
Apart from anything else this useless macros must be
Help with Code Tags
c++ Syntax
(
Toggle Plain Text
)
#define FOR(x,n)for(typeof(x)x=0;x<(n);x++)
#define FOR(x,n)for(typeof(x)x=0;x<(n);x++)
ArkM
View Public Profile
Find all posts by ArkM