12 2021 档案

摘要:实验任务2 Person.hpp #ifndef PERSON_H #define PERSON_H #include <iostream> #include <iomanip> #include <string> using std::cout; using std::cin; using std 阅读全文
posted @ 2021-12-15 14:20 折木奉太郎A 阅读(38) 评论(2) 推荐(0)
摘要:实验任务二 task2.cpp #include <iostream> #include <typeinfo> // definitation of Graph class Graph { public: virtual void draw() { std::cout << "Graph::draw 阅读全文
posted @ 2021-12-01 07:33 折木奉太郎A 阅读(39) 评论(2) 推荐(0)