Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我为 C/C++ 开发人员安装了一个 ecrise。但无法编译代码。它没有#include <stdio.h>说:未解决的包含<stdio.h>。我想知道我是否需要进行一些额外的配置。我的操作系统是 Windows 7 32 位。请指教。
#include <stdio.h>
<stdio.h>
好吧,如果这些基本的东西不起作用,那么您一定错过了安装适当的工具链。仅仅下载 Eclipse 和 CDT 不会“做”它。所以安装一些可用的编译器,链接器等。