I am attempting to develop a way in C++ to determine if a pointer to a class with virtual methods is a particular type of subclass using some form of RTTI.
Here are some