指針值不同,但它們相等。爲什麼?[轉]

原文 #include < iostream > using namespace std; struct A { int a; }; struct B { int b; }; struct C : A, B { int c; }; int main() { C * c = new C; B * b = c; cout << "The address of b is 0x" << hex
相關文章
相關標籤/搜索