摘要: //头文件 #include #ifndef STRNGBAD_H_ #define STRNGBAD_H_ class StringBad { private: char * str; size_t len; static int num_strings; public: StringBad(const char * s); //定义了复制构造函数,可... 阅读全文
posted @ 2008-01-15 14:56 吴东雷 阅读(1361) 评论(1) 推荐(0) 编辑