This is a discussion on difference between an enumeration and a set of preprocessor #defines? within the C and C++ Programming forums, part of the Software Development category; What's the difference between an enumeration and a set of preprocessor #defines? Thanks, Prasath.K...
| |||||||
| Register | FAQ | Members List | Calendar | Mark Forums Read |
| |||
| What's the difference between an enumeration and a set of preprocessor #defines? Thanks, Prasath.K Last edited by Booom : 08-18-2007 at 02:40 AM. |
| Sponsored Links |
| |||
| hey, There is little difference. The C Standard states that enumerations are compatible with integral types.
__________________ Venkat knowledge is Power |
![]() |
| Thread Tools | |
| Display Modes | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Difference between enumeration and iterator in java? | kingmaker | Java Programming | 3 | 08-08-2007 03:53 AM |
| What is the difference between structures and enumeration? | anbuchezhians | VB.NET Programming | 1 | 07-28-2007 01:50 AM |