Fork me on GitHub
摘要: 代码如下: 1 class String 2 { 3 public: 4 String(const char *str=NULL); 5 String(const String &other); 6 ~String(void); 7 String &... 阅读全文
posted @ 2014-07-17 13:53 xiaoxu1st 阅读(323) 评论(1) 推荐(0) 编辑