红联Linux门户
Linux帮助

Ubuntu下Code::Blocks错误

发布时间:2015-11-14 10:41:41来源:linux网站作者:ggzone

#error This file requires compiler and library support for the ISO C++ 2011 standard. This support is currently experimental, and must be enabled with the -std=c++11 or -std=gnu++11 compiler options.#endif


解决方法:工程上右键,选择build options,在compiler settings里面,有列表,选择c++0x支持。


Ubuntu下安装codeblocks步骤:http://www.linuxdiyf.com/linux/15013.html

Kubuntu 14.10下安装Code::Blocks 13.12:http://www.linuxdiyf.com/linux/11250.html

Ubuntu安装codeblocks-10.05-1过程详细解析:http://www.linuxdiyf.com/linux/9710.html

Codeblocks在Linux下安装注意事项:http://www.linuxdiyf.com/linux/1495.html

linuxcodeblocks运行时出现中文乱码:http://www.linuxdiyf.com/linux/14182.html