2011-03-08, 03:24 PM
Code:
#define MyFunc(x, y) \
PRINT x * y + 1; \
PRINT " is the result"
MyFunc(3, 2)
|
array bounds must be constant
|
|
« Next Oldest | Next Newest »
|
| Messages In This Thread |