在 Netbeans IDE 6.9.1 中编译 C 代码

发布于 2024-11-03 22:28:50 字数 82 浏览 0 评论 0原文

任何人都可以给我关于如何使用 netbeans 编码和编译 C 代码的分步教程吗? 我也有 dev cpp,但格式很糟糕。 我用的是GCC。 非常感谢

Can anyone give me step by step tutorial on how to use netbeans to code and compile C code?
Also i have dev cpp but the formating is sick.
GCC is what i use.
Thanks much

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

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

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

梨涡少年 2024-11-10 22:28:50

netbeans 教程: http://cnd.netbeans.org/cnd-tutorial.html

在Ubuntu,我执行以下操作:
- 创建一个新的C/C++项目
- 导入源
- 您已经有 makefile(或 cmake)、netbeans,您可以在高级屏幕中对其进行配置。
- 您可以在同一高级屏幕中关闭自动构建
- 并使用正常的构建命令进行构建。

netbeans tutorial: http://cnd.netbeans.org/cnd-tutorial.html

In Ubuntu, I do the following:
- Create a new C/C++ project
- Import the sources
- you already have makefiles (or cmake), netbeans you can configure that in the advanced screen.
- You can turn of automatic builds in the same advanced screen
- and build using the normal build command.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文