© 1999-2048 dssz.net 粤ICP备11031372号
[C/C++] C++调试程序
说明: #include"iostream" using namespace std; class Dog { public: Dog(int Age=0,int Weight=0); int GetAge() { return age; } int GetWeight() { return weight; } private: int age,weight; }; Dog::Dog(int Age,int Weight) { age=Age; weight=Weight; } int main()<wj453155304> 在 上传 | 大小:360