摘要:
//task2 #include<iostream> #include<typeinfo> //definitation of Graph class Graph { public: void draw() { std::cout << "Graph::draw():just as an inter 阅读全文
摘要:
//Vector_int.hpp #ifndef VECTOR_INT_H #define VECTOR_INT_H #include<iostream> #include<cassert> using std::cout; using std::endl; class Vector_int { p 阅读全文
摘要:
//Info.hpp #ifndef EMPLOYEE_HPP #define EMPLOYEE_HPP #include<iostream> #include<string> using namespace std; class Info { private: string nickname; s 阅读全文