适用于 Windows 7 的 C 编译器/IDE?

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/3229903/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-09-15 14:49:02  来源:igfitidea点击:

C compiler/IDE for Windows 7?

cwindowside

提问by GSto

Possible Duplicate:
Best C++ IDE or Editor for Windows

可能的重复:
适用于 Windows 的最佳 C++ IDE 或编辑器

What is a good compiler and/or IDE for C that runs on modern Windows systems?

在现代 Windows 系统上运行的 C 语言的好的编译器和/或 IDE 是什么?

回答by

If you are building pure Windows apps nothing beats Microsoft Visual Studio 2010. There is a freeVersion as well. There is also Bloodshed Dev-C++that can compile C, but it isn't nearly as well documented or a feature rich as any of the versions Visual Studio, but it is useful in building things that originated on POSIX/*NIX systems, because it uses the MinGWcompiler. Eclipsealso has a plug-in for C and C++, but again it isn't as well documented as Visual Studio. Netbeanshas C and C++ support as well. The caveat with Eclipse and Netbeans is they run on the JVM and will need lots of RAM to perform well, but with "modern" Windows systems this should not be an issue.

如果您正在构建纯 Windows 应用程序,则没有什么比Microsoft Visual Studio 2010 更好的了。还有一个免费版本。还有可以编译 C 的Bloodshed Dev-C++,但它的文档记录或功能不如任何版本的 Visual Studio 丰富,但它在构建源自 POSIX/*NIX 系统的东西时很有用,因为它使用MinGW编译器。Eclipse也有一个用于 C 和 C++ 的插件,但它的文档同样不如 Visual Studio。Netbeans也支持 C 和 C++。Eclipse 和 Netbeans 的警告是它们在 JVM 上运行,需要大量 RAM 才能良好运行,但对于“现代”Windows 系统,这应该不是问题。

回答by shoosh

回答by Martin Beckett

Visual Studio is the obvious answer, but also consider :

Visual Studio 是显而易见的答案,但也要考虑:

QtCreator- especially if you are doing Qt

QtCreator- 特别是如果你正在做 Qt

Eclipse- if you want the same IDE for other languages.

Eclipse- 如果您想要其他语言的相同 IDE。