11 2021 档案

摘要:实验结果: 实验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 阅读(91) 评论(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 阅读(44) 评论(3) 推荐(0)