Need to enable C++11 in Codeblocks

前端 未结 4 1997
梦毁少年i
梦毁少年i 2020-12-17 17:09

I need to enable C++11 in Codeblocks 16.

Several tutorials explain that all one needs to do is select the \"Have g++ follow the C++11 ISO C++ language standard

4条回答
  •  我在风中等你
    2020-12-17 17:31

    goto settings-> compiler ->In GNU GCC mode,-> Compiler settings-> Compiler flags -> tick the "Having the g++ follow c++ 11 ISO C++ language standard.."

    thats it Check this helpful Youtube link

提交回复
热议问题