基準我想要一個類型一個,將產生其隱藏的數據來類型T的對象,但隱藏其他人的數據。我的C++編譯器恰好是GCC 4.4,但這並不重要。爲什麼這不工作? #include <iostream>
template <class T> class A {
private:
int n1;
public:
friend class T;
A(const i
這是一個初學者的問題,但我搜索了一下,似乎無法找到答案。 說我有一類人: class Person {
private String SSN;
//blah blah blah...
}
,然後我創建一個子類奧德曼: class OldMan inherits Person {
//codey stuff here...
public void set