string类的构造和析构
摘要:class String { public: String(const char * str); String(const String & other); ~String(); String& operator=(const String & other); private: char * m_d
阅读全文
posted @ 2017-02-06 20:44
posted @ 2017-02-06 20:44
posted @ 2017-02-06 20:18
posted @ 2016-10-29 17:51
posted @ 2016-10-29 17:46
posted @ 2016-10-29 17:43