摘要: 浅拷贝 静态数组的空间体现深拷贝的效果 #include <iostream> #include <string> using namespace std; #define SEX_SIZE 10 class Student { public: Student(string name) { Age 阅读全文
posted @ 2024-02-24 09:54 double64 阅读(24) 评论(0) 推荐(0)