i've got a question thats borne purely out of curiosity. Just wondering if anyone has any insight as to why we are required to cast enums to int (or whatever base type is specified) when the type is ...
I picked up adding a few meta values to enums a long time ago; I feel they make bounds checking and writing for loops more readable. But gcc has been giving me some grief about it in one way, here's ...