2017-07-27 78 views

回答

0

如果你想克隆一個你應該使用引用參數的對象,你不能在cpp中這樣編寫代碼。

class jeje 
{ 
    int b; 

public: 
    jeje(const jeje &a); 
} 
相關問題