Strings to enum in C#, how do you normally converting strings to enum in C++. Any helper function that you use, is it a good idea to do this.
A:
You will probably need to use a std::map or hash_map data structure.
Crashworks
2009-02-03 19:32:50
or boost/TR1 unordered_map (instead of the non-standard hash_map)
Pukku
2009-02-03 19:44:49