03-08-2011, 02: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 |