摘要:
任务2 Person.hpp #pragma once #include<iostream> #include<iomanip> using namespace std; class Person { private: string name; string telephone; string em 阅读全文
摘要:
//实验任务5 //info.hpp #ifndef _INFO_HPP #define _INFO_HPP #include<iostream> #include <string> using namespace std; class Info { public: Info(string a, s 阅读全文