string类,构造函数...

时间:2015-06-17 04:16:20
【文件属性】:

文件名称:string类,构造函数...

文件大小:1KB

文件格式:CPP

更新时间:2015-06-17 04:16:20

string类 串 字符串 类

using namespace std; class String { public: String(const char *str = NULL); String(const String &other;); ~String(void); String& operator =(const String &other;); ........ ........


网友评论