09 2022 档案

摘要:1 // Point类 2 // 相较于教材,在构造函数的写法上,采用了业界更通用的初始化列表方式 3 4 #include <iostream> 5 6 using std::cout; 7 using std::endl; 8 9 // 定义Point类 10 class Point { 11 阅读全文
posted @ 2022-09-28 21:49 小时不时 阅读(15) 评论(0) 推荐(0)
摘要:https://www.cnblogs.com/xiao-shi/ 阅读全文
posted @ 2022-09-26 14:02 小时不时 阅读(72) 评论(0) 推荐(0)