Cpp中string使用
Cpp中string的使用
1. 创建和初始化2. 操作符3. string和char*的区别4. 相关操作4.1 append 添加文本4.2 assign赋值4.3 at4.4 begin()4.5 end()4.6 c_str4.7 capacity容量4.8 compare比较4.9 copy拷贝4.10 data4.11 empty4.12 erase删除4.13 find查找4.14 find_first_of4.15 find_first_not_of4.16 find_last_of4.17 find _last_not_of4.18 get_allocator4.19 insert插入4.20 length长度4.21 size4.22 max_size4.23 rbeign4.24 rend4.25 replace替换4.26 reserve保留空间4.27 resize4.28 sw
Cpp中string使用最先出现在Python成神之路。
共有 0 条评论