摘要: 实验结果: 实验2代码 #include <iostream> #include <typeinfo> // definitation of Graph class Graph { public: void draw() { std::cout << "Graph::draw() : just as 阅读全文
posted @ 2021-11-30 22:11 Rtianzhao 阅读(63) 评论(2) 推荐(0) 编辑
摘要: 实验结果: 实验4代码如下:info.hpp #include <iostream> #include <string> using namespace std; class info { private: string nickname; string contact; string city; 阅读全文
posted @ 2021-11-01 18:04 Rtianzhao 阅读(32) 评论(3) 推荐(0) 编辑
摘要: 老师要求的实验报告qwq 阅读全文
posted @ 2021-10-20 21:08 Rtianzhao 阅读(93) 评论(3) 推荐(0) 编辑