1. 首页
  2. 操作系统
  3. 其他
  4. 通讯录管理系统

通讯录管理系统

上传者: 2019-01-17 11:35:55上传 DOCX文件 15KB 热度 27次
通讯录管理系统#include #include #include #include using namespace std; class Add { private: string name; string phone; string sex; string mail; public: Add(string newName = "nonpeople",string newPhone = "000",string newSex = "male",string newMail = "user@.com
用户评论