在 NetBeans 7 中编译 C 程序

发布于 2024-12-05 17:31:21 字数 275 浏览 1 评论 0原文

我在使用 netbeans 7 时遇到关于调试和运行 C 程序的问题,问题是,在我在输出面板中编写如下代码后,

#include <stdio.h>
#include <stdlib.h>

int main()
{
    printf("done");
    "khaled";

    return 0;
}

一切顺利,但没有任何真正的输出项目(可执行文件),也没有出现窗口。

我使用 gcc 编译器作为 C 编译器。

I have a problem with netbeans 7 about debugging and running C program, the problem is that after I wrote the code as the following

#include <stdio.h>
#include <stdlib.h>

int main()
{
    printf("done");
    "khaled";

    return 0;
}

in the output panel everything goes well but there's not any real output project (excutable file) no window appears.

I use gcc complier as the C compiler.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文