View Single Post
Join Date: Jan 2009
Posts: 4
Reputation: aryansmit3754 is an unknown quantity at this point 
Solved Threads: 0
aryansmit3754 aryansmit3754 is offline Offline
Newbie Poster

for loop as a macros

 
0
  #1
Jan 3rd, 2009
could somebody tell wats wrong with this
#define FOR(x,n)for(typeof(x);x<n;x++)
Reply With Quote