討論串[問題] 建構子的問題
共 2 篇文章
首頁
上一頁
1
下一頁
尾頁
內容預覽:
class MyClass{. public:. MyClass();. MyClass(int x,int y);. protected:. int x;. int y;. bool isLeaf;. }. MyClass::MyClass(){. MyClass(0,0); <----這樣好像是
(還有79個字)
內容預覽:
class CWin. {. private:. char c;. int width;. int hight;. public:. CWin() {}. CWin(char tmp='Q', int x=10, int y=20) { c=tmp, width=x, hight=y; }. voi
(還有111個字)
首頁
上一頁
1
下一頁
尾頁