string类实现文件

时间:2021-01-22 05:09:03
【文件属性】:

文件名称:string类实现文件

文件大小:3KB

文件格式:C

更新时间:2021-01-22 05:09:03

C++

String(const char *str = NULL);// 普通构造函数 String(const String &other;); // 拷贝构造函数 ~ String(void); // 析构函数 String & operate =(const String &other;);// 赋值函数 四个函数的实现


网友评论