资 源 简 介
ConvertEnumToStrings is a program I wrote to enable easy conversion from an enum to strings. By this, I mean, the program will generate some functions to file for retrieving the string names of the enumerators and their int values, as well as a map which you can iterate through, and use the iterator->second to get the corresponding numerical value of the enumerator you"re at, and/or use a particular enumerator name"s string to find the corresponding numerical mapped value in the map.
It also generates a few other functions to file.
If you"re interested, check out the discussion topic at this link: http://cboard.cprogramming.com/projects-job-recruitment/127488-free-program-im-sharing-convertenumtostrings-7.html#post960173