Visual studio 2015程式轉Eclipse gun編譯出現的問題總結 1、C++11支持 1)Project settings project右鍵-> c/c++ build ->Settings -> GCC C++ Compiler -> Miscellaneous -> Othe ...
Visual studio 2015程式轉Eclipse gun編譯出現的問題總結
1、C++11支持
1)Project settings
project右鍵-> c/c++ build ->Settings -> GCC C++ Compiler -> Miscellaneous -> Other flags後面加上 -std=c++11
Window-> Preference -> Build -> Settings ->Discovery -> CDT GCC Built-in Compiler Settings MinGW(shared) ->(command to get compiler specs) ${COMMAND} -E -P -v -dD "${INPUTS}" -std=c++11