看板 EE_DSnP 關於我們 聯絡資訊
getline(cin,str); char* strChar=str.c_str(); 30 invalid conversion from `const char*' to `char*' 會無法compile -- ※ 發信站: 批踢踢實業坊(ptt.cc) ◆ From: 140.112.241.177
ric2k1:Uh, please use "const char* strChar = str.c_str();" 10/18 15:25