C++ string类底层
-
C++ STL-string类底层实现过程
目录实现框架一、默认成员函数1.默认构造函数2.构造函数3.拷贝构造函数(重点)4.赋值运算符重载函数5.析构函数二、迭代器相关函数begin和end三、容量和大小相关函数size和capacityreserve和resize四、与修改字符串相关[详细]
2025-08-19 11:22 分类:开发 Specific compiler flags for specific files in Xcode
I\'ve been tasked to work on a project that has some confusing attributes. The project is of the nature that it won\'t compile for the iPhone Simulator And the iPhone Device with the same compile set[详细]
2022-12-29 06:17 分类:问答