Getting Type Names in C++
For logging and debugging it can be extremely useful to get a string for the name of a type in C++. However, the standard library doesn't supply a great way of doing that. We don't want to use the standard typeid operator, std::type_info, or std::typ...
radiantsoftware.hashnode.dev6 min read
Steve
Thanks for the article. However your code samples are incomplete. Get_TypeName() is not defined and neither is nIsCharacter