I'm writing some code that requires to have C++11 support for my Code::Blocks 12.11. I am using default GNU GCC Compiler came with MingW. Is there any way I can do this?
Toolbar -> Settings -> Compiler
Selected compiler
GNU GCC Compiler
compiler settings
compiler flags
Have g++ follow the C++11 ISO C++ language standard [-std=c++11]
OK
2.1m questions
2.1m answers
60 comments
57.0k users