13.07.2012, 19:03
Quote:
|
Say that again please, and now with thinking before you say it.
Definitions don't use memory? Oh really? Explain me why you think that something doesn't use/require resources, I'll be glad to hear. |
I see definitions work this way.
Код:
#define NUMBER_ONE 1
You can still think program is using some variables to do that.
Then, I will have to do this code
Код:
#define abs(%0) (%0<0)?(-%0):%0 // I think this code is okay.


