摘要:
#include <iostream>using namespace std;class Base {public: Base() { cout << "In Base" << endl; cout << "Virtual Pointer = " << (int*)this << end... 阅读全文
posted @ 2009-09-11 17:51
Fan Zhang
阅读(251)
评论(0)
推荐(0)
摘要:
#include <iostream>using namespace std;class Base {public: Base() { cout << "In Base" << endl; cout << "Virtual Pointer = " << (int*)this << endl; cout << "Ad... 阅读全文
posted @ 2009-09-11 16:18
Fan Zhang
阅读(394)
评论(0)
推荐(0)