12 2024 档案

摘要:任务4: Vector.hpp #pragma once #include<iostream> #include<stdexcept> using namespace std; template<typename T> class Vector{ public: Vector(size_t n = 阅读全文
posted @ 2024-12-17 19:28 226都有人用? 阅读(18) 评论(0) 推荐(0)
摘要:3. pets.hpp #pragma once #include<iostream> #include<string> using namespace std; class MachinePets { public: MachinePets(const string s); virtual str 阅读全文
posted @ 2024-12-04 21:13 226都有人用? 阅读(22) 评论(0) 推荐(0)