|
-
Feb 18th, 2002, 10:18 AM
#1
#define
What is it called when you do this:
#define whatever 1
And what is it called when you do this:
#define whatever(a,b) (a*b)
Both are macros, right? Is there something I can call the first example so that it doesn't apply for the second one? Maybe a simple macro? I think I remember hearing that someplace. Also, what would the second example be called?
I hope my question makes sense.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|