string类构造函数

上传:cxf7188651 浏览: 52 推荐: 0 文件:CPP 大小:1.23KB 上传时间:2019-01-06 10:46:46 版权申诉
using namespace std; class String { public: String(const char *str = NULL); String(const String &other;); ~String(void); String& operator =(const String &other;); ........ ........
上传资源
用户评论