C++基礎教程面向對象(學習筆記(94))

std :: string和std :: wstring 標準庫包含許多有用的類,但最有用的可能是std :: string。std :: string(和std :: wstring)是一個字符串類,它提供許多操作來分配,比較和修改字符串。在本章中,我們將深入研究這些字符串類。 注意:C風格的字符串將被稱爲「C風格的字符串」,而std :: strings(和std :: wstring)將簡稱
相關文章
相關標籤/搜索