eclipse mars对C++11标准的支持

Posted 悟空很开心

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了eclipse mars对C++11标准的支持相关的知识,希望对你有一定的参考价值。

Instruction For Eclipse CDT 4.4 Luna and 4.5 Mars

First, before creating project, configure Eclipse syntax parser:

Window -> Preferences -> C/C++ -> Build -> Settings -> Discovery -> CDT GCC Build-in Compiler Settings

in the text box entitled Command to get compiler specs append -std=c++11

Now you can create project, configuration depends on what kind of project you created:

For project created as: File -> New -> Project -> C/C++ -> C++ Project

Right click on created project and open

Properties -> C/C++ Build -> Settings -> Tool Settings -> GCC C++ Compiler -> Dialect

Put -std=c++11 into text box entitled other dialect flags or select ISO C++11 from the Language standard drop down.

For CMake project

Generate eclipse project files

cmake -G”Eclipse CDT4 - Unix Makefiles” -D CMAKE_BUILD_TYPE=Debug ..

Then import generated directory to eclipse as standard eclipse project. Right click project and open

Properties -> C/C++ General -> Preprocessor Include Paths, Marcos etc. -> Providers

enable CDT GCC Build-in Compiler Settings and move it higher then Contributed PathEntry Containers (This is important)

Last Common Step

recompile, regenerate Project ->C/C++ Index and restart Eclipse.

以上是关于eclipse mars对C++11标准的支持的主要内容,如果未能解决你的问题,请参考以下文章

Eclipse Mars 正式版发布,列数 10 大特点

( OK—C程序 ) Eclipse C/C++ — CentOS 7 + android-ndk + eclipse-cpp-mars-R

(OK—C++程序) Eclipse C/C++ — CentOS 7 + android-ndk + eclipse-cpp-mars-R

eclipse mars2在高分辨率下(macpro)图标极小的问题

Atitit eclipse新特性总结3.1---4.4  4.5

如何使用 Eclipse 安装 Resin 3.x 服务器适配器?