Name: Anonymous 2009-03-28 7:01
For storing integers with bitwise operands inside their declaration, which should I use? Performance wise I think that an enumeration works slightly faster, however what's the standard?
a) it changes the lexical structure of your program and
b) if you have an error and you go into the debugger, debugging the replaced text will be more difficult (that is, if you used a macro function).