摘要: #ifndef __STRING__ #define __STRING__ #include<ostream> class String { public: String(const char* cstr = 0); //构造函数 String(const String& str); //拷贝构造 阅读全文
posted @ 2020-12-28 03:10 声声醉如兰 阅读(174) 评论(0) 推荐(0)