c class 用法. class CExample { public: //沒有定義建構子int a,b,c; void multiply (int n, int m) { a=n; b=m; c=a*b; }; }; 因此defalut constructor以及copy ...
確定! 回上一頁