看板 C_and_CPP 關於我們 聯絡資訊
開發平台(Platform): (Ex: VC++, GCC, Linux, ...) Code::Blocks 13.12 額外使用到的函數庫(Library Used): (Ex: OpenGL, ...) 問題(Question): 是這樣的 我的程式內要用到std::to_string() 已經將compiler設定成支援c++11 可是編譯時一直出現error: 'to_string' is not a member of 'std' 用google搜了一下 有人說是MinGW的問題 請問我在windows下有什麼解決的方法嗎 感謝> < -- ※ 發信站: 批踢踢實業坊(ptt.cc), 來自: 118.160.225.87 ※ 文章網址: http://www.ptt.cc/bbs/C_and_CPP/M.1397755874.A.9B4.html
soheadsome:使用非codeblocks內建的mingw(自己另外裝 04/18 03:01
soheadsome:應該是因為mingw裡面的gcc是4.7版 所以沒支援 04/18 03:02