摘要: class String{public:String(const char *str = NULL); // 普通构造函数String(const String &other); // 拷贝构造函数String & operator =(const String &other); // 赋值函数~ ... 阅读全文
posted @ 2010-12-10 14:57 奥雷连诺 阅读(168) 评论(0) 推荐(0) 编辑