C++ Strings(字符串)
生活随笔
收集整理的這篇文章主要介紹了
C++ Strings(字符串)
小編覺得挺不錯(cuò)的,現(xiàn)在分享給大家,幫大家做個(gè)參考.
C++ Strings
- 構(gòu)造函數(shù)(Constructors)
- 操作符(Operators)
- 添加文本(append)
- 賦值(assign)
- at
- begin
- c_str
- 容量(capacity)
- 比較(compare)
- data
- empty
- end
- 刪除(erase)
- 查找(find)
- find()函數(shù):
- find_first_of
- find_first_not_of
- find_last_of
- find_last_not_of
- get_allocator
總結(jié)
以上是生活随笔為你收集整理的C++ Strings(字符串)的全部內(nèi)容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: C++ I/O语法及其用法
- 下一篇: C++ Bitsets