Programming Logics FORUMS
Programming Logics FORUMS
>
Programming
>
C++ Programming
> Any suggestion??
Full Version:
Any suggestion??
You're currently viewing a stripped down version of our content.
View the full version
with proper formatting.
larabond3
01-02-2010, 03:30 PM
What's the difference between an enumeration and a set of preprocessor #defines?
ammar26
01-02-2010, 05:58 PM
enums
are compile time constants where as the
Preprocessor #defines
are preprocessing time constants.
Programming Logics FORUMS
>
Programming
>
C++ Programming
> Any suggestion??
Reference URL's
Programming Logics FORUMS:
http://www.programminglogics.com/index.php
: