 |
How to define an enumerated type (enum) in C? - Stack Overflow
I'm not sure what is the proper syntax for using C enums. I have the following code: enum {RANDOM, IMMEDIATE, SEARCH} strategy; strategy = IMMEDIATE; But this does not ...
stackoverflow.com |
 |