Tagged Questions
1
vote
7answers
430 views
C++, statically detect base classes with differing addresses?
If I have a derived class with multiple bases, each this pointer for each base will be different from that of the derived object's this pointer, except for one. Given two types in an inheritance ...