Convert Enumerations to string

I ve got a vector with enum defined objects. I want to convert them into string so as to handle it more easily. Which is the easiest to way to do so?
You need another array with the names (hint: copy the enum declaration and replace all commas with ",").
Topic archived. No new replies allowed.