C/C++带/不带编译器的 IDE

发布于 2024-08-15 19:53:33 字数 256 浏览 1 评论 0原文

我刚开始使用 C,通常使用 eclipse 进行其他开发。但事实证明,eclipse CDT插件没有附带编译器,因此需要单独安装编译器(因为我使用的是windows vista)。

您使用哪些已知编译器附带的 C/C++ IDE。有人告诉我 Microsoft Visual C++ Express Edition。还有什么?我想我在朋友的机器上看到了类似 c/c++ dev 的东西,而他正在启动它,那是编译器附带的吗?不过,我愿意接受所有建议。

I'm getting started with C and usually use eclipse for other development. But it turned out that the eclipse CDT plugin doesn't come with the compiler and therefore installing a compiler separately is required (since I'm on windows vista).

What C/C++ IDEs do you use that you know already come with the compiler. I've been told Microsoft Visual C++ Express Edition. What else? I think I saw something like c/c++ dev on a friend's machine while he was launching it, does that come with the compiler? I'm open to all suggestions though.

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

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

发布评论

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

评论(9

浅沫记忆 2024-08-22 19:53:33

Qt 安装程序附带的 Qt Creator 将为您在 Windows 上安装 MinGW。它相当不错,是我真正喜欢的最轻量级、跨平台的 C++ IDE 之一。

如果您打算只用 C 语言编写一些东西,那么它可能会太过分并且会妨碍您。

Qt Creator that comes with the Qt installer will install MinGW for you on windows. It is pretty decent and one of the most lightweight, cross platform C++ IDEs that I actually like.

If you plan on just writing some things in C then it will probably be overkill and get in the way.

可是我不能没有你 2024-08-22 19:53:33

Windows 上的 C/C++ 开发通常使用 Visual Studio 完成。它的功能集是最完整的,并提供最好的集成。

如果您想免费试用,请查看 Visual C++ 2008 Express。您甚至可以仅使用 Express 版本来发布商业软件。

C/C++ development on Windows is typically done using Visual Studio. Its feature set is the most complete and offers the best integration.

If you want to try it out for free, have a look at Visual C++ 2008 Express. You can even release commercial software using only the Express edition.

久随 2024-08-22 19:53:33

Codeblocks 是一个不错的 IDE,使用 MinGW GCC。它是一个不错的 IDE,易于安装和开始工作。

Codeblocks is an okay IDE and uses MinGW GCC.Its an allright IDE, easy to install and start working.

黯然#的苍凉 2024-08-22 19:53:33

当我在 Linux 上工作时,我使用 emacs 并从 emacs 调用 gcc。

When I work on Linux, i use emacs and invoke gcc from emacs.

爺獨霸怡葒院 2024-08-22 19:53:33

为什么不直接下载一个编译器呢? MinGW 非常适合 Windows 上的开发。

Why not just download a compiler? MinGW is good for development on Windows.

ぃ双果 2024-08-22 19:53:33

我已经在评论中说过了,但为了更好的可见性,我将在这里重复一遍:尝试使用 Visual Studio 带有 Visual Assist X 插件(与色情无关),你会感谢我的:)

您可以从 http://www.wholetomato.com/ 获取 Visual Assist X。提供 1 个月的全功能试用。

I already said it in the comment but I'll repeat it here for better visibility: try out Visual Studio with the Visual Assist X add-in (not porn related) and you'll thank me :)

You can get Visual Assist X from http://www.wholetomato.com/. A full featured 1 month trial is available.

多彩岁月 2024-08-22 19:53:33

Visual Studio 几乎是 Windows 上 C++ 编程的黄金标准。

Bloodshed Dev C++ 还不错,并且附带了编译器,但我还没有找到任何理由在 Visual Studio 上使用它。

Visual Studio is pretty much the gold standard for C++ programming on Windows.

Bloodshed Dev C++ is OK and does come with a compiler, but I haven't found any reasons to use it over Visual Studio.

如梦 2024-08-22 19:53:33

如果您要使用 Bloodshed Dev C++ IDE,我会选择 wxDev-C++ S.Mark提到的IDE。 AFAIK,血腥被放弃了。

If you were to use the Bloodshed Dev C++ IDE, I'd just go with the wxDev-C++ IDE that S.Mark mentioned. AFAIK, Bloodshed is abandoned.

浅语花开 2024-08-22 19:53:33

带/不带的 C/C++ IDE
编译器

我使用 wxDev-C++ IDE 并且安装程序可以选择安装编译器(mingw ) 或不

C/C++ IDEs that come with/without the
compiler

I use wxDev-C++ IDE and the installer have option to install compiler (mingw) or not

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