摘要: 头文件stringbad1.h 1 #include <iostream> 2 #ifndef STRINGBAD_H_ 3 #define STRINGBAD_H_ 4 5 class StringBad{ 6 private: 7 char * str; 8 int len; 9 static 阅读全文
posted @ 2016-08-15 17:08 busui 阅读(321) 评论(0) 推荐(0) 编辑