摘要: include <boost/shared_ptr.hpp> using namespace std; class Student { private: string name; public: Student(string name) : name(name) { cout << "Student 阅读全文
posted @ 2022-04-21 20:03 thomas_blog 阅读(20) 评论(0) 推荐(0) 编辑