Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

enum and define

Name: Anonymous 2010-09-25 12:15

So tell me, /prog/rammers

In C, why use enum instead of just #define?

Name: Anonymous 2010-09-26 12:11

#define doesnt stick with the standard rules of C++, for pure C i guess theres nothing really wrong with it but if anyone were to use that code in C++ it would mess up in terms of namespaces and locational code...

hence enum is better

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List