C / C ++编译器Windows [英] C/C++ Compiler for windows

查看:136
本文介绍了C / C ++编译器Windows的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我试图端口的Linux应用到Windows。没有什么巨大的,只是一个小的命令行工具。不过,我最后一次在Windows中使用C的工作,它是在Visual Studio 6中的'Hello World应用程序。

I'm trying to port a Linux app to windows. Nothing huge, just a small command line utility. However, the last time I worked with C in Windows, it was a 'hello world' app in Visual Studio 6.

我试图避免见到一个新的IDE,所以我想使用NetBeans的C / C ++插件。我只是需要一个编译器。

I'm trying to avoid meeting a new IDE, so I'd like to use Netbeans' C/C++ plugin. I just need a compiler.

任何人都可以提出一个免费的32位编译器不拿出一个IDE连接?

Can anyone suggest a free 32-bit compiler that doesn't come with an IDE attached?

推荐答案

查看 MinGW的编译工具的。他们是免费的,让你使用GCC本身在Windows上。从网站:

Check out the MinGW compiler tools. They're free and let you use GCC natively on Windows. From the website:

MinGW的提供了一套完整的开源编程工具一套适合于
  原生的Windows程序开发不依赖于任何第三方C运行时
  DLL文件。

MinGW provides a complete Open Source programming tool set which is suitable for the development of native Windows programs that do not depend on any 3rd-party C runtime DLLs.

什么是太酷了关于MinGW的是,你可以很容易交叉编译从另一个系统&MDASH工作Windows可执行文件;例如在Linux,Mac OS X等。

What's so cool about mingw is that you can quite easily cross-compile working Windows binaries from another system — e.g. Linux, Mac OS X etc.

这篇关于C / C ++编译器Windows的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆