If you want the enum names themselves as strings, see this post. Otherwise, a std::map<MyEnum, char const*> will work nicely.
確定! 回上一頁