Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 274 Bytes

exercise_13_44.md

File metadata and controls

5 lines (3 loc) · 274 Bytes

练习13.44:编写标准库string类的简化版本,命名为String。你的类应该至少有一个默认构造函数和一个接受C风格字符串指针参数的构造函数。使用allocator为你的String类分配所需内存。


String