c++循環和關係表達式小結

本文系本人學習過程中的原創筆記,如未聲明原作者,請勿轉載。 使用char數組 假如要記錄用戶輸入的new York City (帶空格的字符串) char a [20]; cin.get(a,19) //或者 cin.getline(a,19) 使用string循環 假如要記錄用戶輸入的new York City (帶空格的字符串) string a; getline(cin,a); for循環
相關文章
相關標籤/搜索