Eclipse environment to configure C ++ 11 Details

Turn: https: //blog.csdn.net/wgxh05/article/details/54021049

This article documents the development of C ++ 11 Eclipse configuration of all authors encountered, including cross-compiler project file, the inline file compilation.

1. menu "Project" - "Properties" - "C ++ General", as shown:

 

2. "C ++ Build" - "Settings", as shown:

 

3. The header file path is set as shown:

 

4. predefined settings as shown:

 

5. "C ++ Linker" configuration (herein resolve problems support inline files compiled + 11 C), as shown:

 

6. Link Library Path

 

7. Specifies that the compiler link library file path and other projects

 

Temporarily to summarize so much, after the discovery of new problems is increasing.

Guess you like

Origin www.cnblogs.com/little-kwy/p/12306086.html