Welcome to OGeek Q&A Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
327 views
in Technique[技术] by (71.8m points)

c++ - Need to enable C++11 in Codeblocks

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 -std=c++11 option in "Settings > Compiler... > Compiler Settings > Compiler Flags", however such an option does not appear in my Compiler Flags:

enter image description here

Others suggest just pasting -std=c++11 into "Other compiler options". However this doesn't allow me to build my code and shows this in the "Build Messages" bar:

enter image description here

I am using Codeblocks 16, with the GNU GCC Compiler that comes with it on Windows 7.

See Question&Answers more detail:os

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Reply

0 votes
by (71.8m points)

You could always just select the -std=c++0x option, but another solution is to install more recent mingw version since the problem is obviously the compiler, not Code::Blocks


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
OGeek|极客中国-欢迎来到极客的世界,一个免费开放的程序员编程交流平台!开放,进步,分享!让技术改变生活,让极客改变未来! Welcome to OGeek Q&A Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...