11 2022 档案

实验5 继承和多态
摘要:task4 pets.hpp #pragma once #include <iostream> #include <string> using namespace std; using std::string; class MachinePets { public: MachinePets(cons 阅读全文

posted @ 2022-11-28 14:02 cflxl 阅读(37) 评论(0) 推荐(0)

类与数组,指针
摘要:#pragma once #include <iostream> #include <algorithm> using namespace std; class vectorInt { public: vectorInt(int len) : length{len} { cout << "const 阅读全文

posted @ 2022-11-04 09:03 cflxl 阅读(39) 评论(0) 推荐(0)

导航