#22217: C++ string


jayw711kb@gmail.com (Jay Huang)


 

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

 

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