eclipse为什么找不到stdio.h
PHP中文网
PHP中文网 2017-04-21 11:17:42
0
1
785

不知道怎么配置C++

不知怎么加入GNU C++

PHP中文网
PHP中文网

认证高级PHP讲师

reply all(1)
迷茫

(I have never used Eclipse)

Eclipse most likely does not come with a C language compiler and needs to be installed by yourself. It is recommended to install MinGW, which is a ported version of gcc on the Windows platform, or you can also consider using Microsoft's compiler (if you want to use Microsoft's compiler, it is better to use Visual Studio directly).

After installing MinGW, configure the path of the compiler and the path of the header file in Eclipse (i.e., Include dirs in the picture). The one you see in the picture now is the JAVA header file directory, which is obviously not applicable to C.

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template