C++學習過程當中積累到的經驗(二)

二.string類函數的使用 1.將string類字符串轉化爲c風格字符串:ch=str.c_str(); 2.用於比較兩個string類字符串:str1.compare(str2); 3.查找string的某個元素:find(); find_first_of(); find_last_not_of(); rfind(); 4.檢測string類字符串是否非空:str.empty(); 5.獲取s
相關文章
相關標籤/搜索