摘要: #include <iostream> #include <string> #include <assert.h> using namespace std; //声明字符串拷贝函数 char* mystrcpy(char* str1,const char* str2); class CPerson 阅读全文
posted @ 2015-09-26 01:43 chifandeyu 阅读(128) 评论(0) 推荐(0) 编辑