取虛表的內容

#include <iostream> #include <typeinfo> using namespace std; class CFather { public: virtual void fun() { //cout << typeid(*this).name() << " " << "fun()" << endl; cout << "fun()" << endl; }
相關文章
相關標籤/搜索