Quote:
Originally Posted by Spunky
Right, which is effectively the same as using a constant variable. Nobody's questioning how the preprocessor works. O_o
|
No, they are not the same. const are computed during runtime and define is done at compile. new const will allocate memory, define does not.
__________________