How may I get the class name in C++?
For example inside my class GameException: I tried typeid(GameException).name()); but it print something strange like:
GameException
typeid(GameException).name());
N3mtm13GameExceptionE @
While I expect it to give:
Aucun commentaire:
Enregistrer un commentaire