摘要:
#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
阅读(252)
评论(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
阅读(396)
评论(0)
推荐(0)

浙公网安备 33010602011771号