摘要: 任务2:// Point类 // 相较于教材,在构造函数的写法上,采用了业界更通用的初始化列表方式 #include <iostream> using std::cout; using std::endl; // 定义Point类 class Point { public: Point(int x0 阅读全文
posted @ 2022-09-29 20:41 小樊_1973 阅读(10) 评论(0) 推荐(0)