c - 免费的 C 语言 IDE?

标签 c ide

<分区>

谷歌搜索“c ide -C++”会产生太多 C++ 的结果,以及不相关的结果。这些搜索词似乎太短,无法产生相关结果。有没有人有免费的 Win32 C IDE 的链接,它可以像 Visual Studio 一样进行逐步调试?

最佳答案

Visual Studio 有一个免费的速成版。

http://www.microsoft.com/express/default.aspx

编辑:VS 编译 C 和 C++

Microsoft Visual C++ is Microsoft's implementation of the C and C++ compiler and associated languages services and specific tools for integration with the Visual Studio IDE. It can compile either in C mode or C++ mode. For C, it follows the ISO C standard with parts of C99 spec along with MS-specific additions in the form of libraries.

来源:http://en.wikipedia.org/wiki/Microsoft_Visual_Studio#Included_products

关于c - 免费的 C 语言 IDE?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/842520/

相关文章:

c - 在 C 中将 "thread entry point"函数调用为 "normal"函数是一种错误的代码实践吗?

c - Ruby 解释器嵌入到 C 代码中

c - 如何正确使用 SDL_PeepEvents?

android - 如何将 ZXing 库集成到 Android Studio 进行条码扫描?

c - 在 C 中使用宏生成带字符串的函数名称

将dll文件转换为源代码

eclipse - 如何在 Eclipse 中重新缩进所有代码?

java - 如何在 IntelliJ 中运行包含 main 的单个 java 文件

java - IntelliJ IDEA IDE 搜索文件时弹出<Empty string>

python - 有人试过 NetBeans 6.5 Python IDE 吗?