T
ThazKool
I know that the "const int" declaration gives us more control with
scoping. However if I make a file with thousands of const int
declarations, will this increase exe size if I do not use them? I know
that #define will only get used if the preprocessor encounters one.
Thanks,
ThazKool
scoping. However if I make a file with thousands of const int
declarations, will this increase exe size if I do not use them? I know
that #define will only get used if the preprocessor encounters one.
Thanks,
ThazKool