摘要: #include #include using namespace std; class String { public: String(const char * x=NULL); String(const String & x); ~String(); String & operator= (const String & x); Stri... 阅读全文
posted @ 2018-12-15 13:43 super行者 阅读(595) 评论(0) 推荐(0) 编辑