#22217: C++ string


jayw711kb@gmail.com (Jay Huang)

學校 : 國立虎尾科技大學
編號 : 119439
來源 : [27.247.130.217]
最後登入時間 :
2020-09-15 15:55:19

 

注意不能用gets or gets_s讀整行字元陣列,編譯器會說gets function was not declared in this scope

 

為了讀整行用getline(cin,s);