摘要: #include <stdlib.h> #include <stdio.h> #include <iostream> #include <ctype.h> #include <string.h> using namespace std; char* itoa(int num,char* str,in 阅读全文
posted @ 2020-05-13 09:22 loglian 阅读(419) 评论(0) 推荐(0)
摘要: #include <iostream> #include <string> using namespace std; class Person { private: //改为protected更好 string Num,Name,Addr,Tel,Email; char Sex; public: P 阅读全文
posted @ 2020-05-13 09:19 loglian 阅读(243) 评论(0) 推荐(0)