2023年5月24日
摘要: 例5-9常引用做形参 #include<iostream> #include<cmath> using namespace std; class Point { public: Point(int x=0,int y=0):x(x),y(y){} int getX() { return x; } i 阅读全文
posted @ 2023-05-24 19:51 石铁生 阅读(9) 评论(0) 推荐(0)