Windows编译器(开源) [英] Compiler for Windows (Open Source)

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

问题描述

你好,


我正在寻找一个简单的Windows编译器,我可以使用它来使用不同的开源软件。
。 />

我不是全职程序员(不再),也不打算写

软件。我只是想玩一下,看看那些适用于Windows的开源软件。


大多数应用程序都是用C语言编写的或者C ++,因此我只需要一个简单,体面的编译器,这样我就可以和他们一起游玩




我不想只使用命令行编译器,因为我每天都不会使用它,所以不记得所有那些

开关。


我见过的其中一些是:


1. Borland免费C ++编译器(仅命令行)

2. LCC-Win32

3. Eclipse - CDT(C开发人员工具)

4. GCC

5 。MingGW

6. CygWin


任何人都有任何关于哪一个(或者我没有提到的任何人)的建议)会很好用吗?


非常感谢。


休,

解决方案

< blockquote> 2004年10月6日星期三11:22:49 -0700,Hugh Cowan写道:

你好,

我正在寻找一个简单的编译器对于Windows,我可以使用
来使用不同的开源软件。

我不是全职程序员(不再),我也不打算写软件无论是。我只是想玩一下,看一下适用于Windows的一些开源软件。

大多数应用程序都是用C或C ++编写的,因此我是/>真的只需要一个简单,体面的编译器,以便我可以和它们一起玩。

我宁愿不使用命令行编译器,因为我赢了我不是每天都在使用它,因此不记得所有那些
开关。



然后去dev-cpp或eclipse,注意你还需要gcc / mingw

已安装。


Hugh Cowan写道:


您好,

我正在寻找一个简单的Windows编译器,我可以使用
来使用不同的开源软件。

我不是全职的程序员(不再),我也不打算写软件。我只是想玩一下,看一下适用于Windows的一些开源软件。

大多数应用程序都是用C或C ++编写的,因此我是/>真的只需要一个简单,体面的编译器,以便我可以和它们一起玩。

我宁愿不使用命令行编译器,因为我赢了我不是每天都在使用它,因此不记得所有那些
开关。

我见过的一些那些是:
1. Borland免费C ++编译器(仅限命令行)
2. LCC-Win32
3. Eclipse - CDT(C开发人员工具)


我有没有打扰那些。

4. GCC
5. MingGW
6. CygWin




这三个全部使用相同的编译器(GNU gcc)。


我同时使用MinGW和Cygwin,它们都运行良好。


Erik

-

+ ----------------------------------- ------------- ----------- +

Erik de Castro Lopo 没有**** @ mega-nerd.com (是的,这是有效的)

+ ------------------------ ----------------------------------- +

原教旨主义者:有色人种盲目但却希望每个人都能看到世界上同样缺乏色彩的东西。


2004年10月6日星期三11:22: 49-0700,Hugh Cowan写道:

1. Borland免费C ++编译器(仅限命令行)
2. LCC-Win32
3. Eclipse - CDT (C开发者工具)


从未使用过任何这些,我认为它们不是开源的。

4. GCC


这是列表中这一半的唯一编译器。我喜欢它,我自己,

,因为它支持所有C89,一个可行的C99子集,以及编译器

用于其他语言(例如C ++,Objective-C,Ada) 95,Fortran和Pascal)。

5. MingGW


MinGW(Windows的最小GNU环境)是标题集合和

库允许您使用

GNU软件开发工具(gcc,as,ld等)开发本机Windows应用程序。这是一个很好的

补充Windows系统上的gcc。

6. CygWin




这是一个unix geeks在Windows计算机上获得类似于可用的
环境的方法。更具体地说,它是一个GNU软件的集合(包括bash shell和一堆其他用户空间的b $ b软件)可以使用(有些OS-在Windows上施加限制)

机器。您可能会也可能不会想要这个,这取决于您实际上像Unix命令行界面那样多少b $ b。对gcc或

MinGW没有区别。


Hello,

I am looking at getting a simple compiler for Windows that I can use
to play around with different Open Source software.

I am not a full-time programmer (anymore), nor do I plan to write
software either. I just want to play around and look at some of the
Open Source software that is out there for Windows.

Most of the applications are written in C, or C++ and therefore I
really just need a simple, decent compiler so that I can play around
with them.

I would prefer not to work with just a Command Line compiler as I
won''t be using it everyday, and therefore won''t remember all those
switches.

Some of the ones out there that I have seen are:

1. Borland Free C++ compiler (Command Line Only)
2. LCC-Win32
3. Eclipse -- CDT (C Developer Tools)
4. GCC
5. MingGW
6. CygWin

Anyone got any suggestions on which one (or anyone that I didn''t
mention) would be good to use?

Thanks so much.

Hugh,

解决方案

On Wed, 06 Oct 2004 11:22:49 -0700, Hugh Cowan wrote:

Hello,

I am looking at getting a simple compiler for Windows that I can use
to play around with different Open Source software.

I am not a full-time programmer (anymore), nor do I plan to write
software either. I just want to play around and look at some of the
Open Source software that is out there for Windows.

Most of the applications are written in C, or C++ and therefore I
really just need a simple, decent compiler so that I can play around
with them.

I would prefer not to work with just a Command Line compiler as I
won''t be using it everyday, and therefore won''t remember all those
switches.


Go with dev-cpp or eclipse then, note that you still need gcc/mingw
installed.


Hugh Cowan wrote:


Hello,

I am looking at getting a simple compiler for Windows that I can use
to play around with different Open Source software.

I am not a full-time programmer (anymore), nor do I plan to write
software either. I just want to play around and look at some of the
Open Source software that is out there for Windows.

Most of the applications are written in C, or C++ and therefore I
really just need a simple, decent compiler so that I can play around
with them.

I would prefer not to work with just a Command Line compiler as I
won''t be using it everyday, and therefore won''t remember all those
switches.

Some of the ones out there that I have seen are:

1. Borland Free C++ compiler (Command Line Only)
2. LCC-Win32
3. Eclipse -- CDT (C Developer Tools)
I have not bothered with those.
4. GCC
5. MingGW
6. CygWin



These three all use the same compiler (GNU gcc).

I use both MinGW and Cygwin and they both work very well.

Erik
--
+-----------------------------------------------------------+
Erik de Castro Lopo no****@mega-nerd.com (Yes it''s valid)
+-----------------------------------------------------------+
Fundamentalist : Someone who is colour blind and yet wants everyone
else to see the world with the same lack of colour.


On Wed, 06 Oct 2004 11:22:49 -0700, Hugh Cowan wrote:

1. Borland Free C++ compiler (Command Line Only)
2. LCC-Win32
3. Eclipse -- CDT (C Developer Tools)
Never used any of these, and I don''t think they''re open source.
4. GCC
This is the only compiler in this half of the list. I like it, myself,
because it supports all of C89, a workable subset of C99, and compilers
for other languages (such as C++, Objective-C, Ada 95, Fortran, and Pascal).
5. MingGW
MinGW (Minimal GNU environment for Windows) is a collection of headers and
libraries that allow you to develop native Windows applications using the
GNU software development tools (gcc, as, ld, and so on). It''s a good
complement to gcc on Windows systems.
6. CygWin



This is a way for Unix geeks to get something resembling a usable
environment on Windows computers. To be more specific, it''s a collection
of GNU software (including the bash shell and a load of other userland
software) that will work (with some OS-imposed limitations) on Windows
machines. You may or may not want this, depending on how much you actually
like the Unix command line interface. It makes no difference to gcc or
MinGW.


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

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