摘要: 一个string类的实现必须很快速写出来。 1 class String 2 { 3 public: 4 String(const char *str = NULL);// 普通构造函数 5 String(const String &other); //拷贝构造函数 6 ... 阅读全文
posted @ 2014-10-15 09:50 liqilihaha 阅读(217) 评论(0) 推荐(0)