摘要:
实验任务二 person.hpp源码 #include<iostream> #include<iomanip> #include<string> using namespace std; class Person { private: string name, telephone, email; p 阅读全文
摘要:
task2程序源码 #include <iostream> #include <typeinfo> // definitation of Graph class Graph { public: void draw() { std::cout << "Graph::draw() : just as a 阅读全文