且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

方便的C / C ++编译器

更新时间:2023-11-10 20:57:40



< po ******* @ softhome.netwrote in message

news:11 ************** ********@h48g2000cwc.googlegr oups.com ...

<po*******@softhome.netwrote in message
news:11**********************@h48g2000cwc.googlegr oups.com...

需要有关方便的C / C ++编译器的建议。我主要做网络开发,

我不是程序员。需要编译几个C源代码(准备好)。紧凑

EXE尺寸很重要。
need advice for convenient C/C++ compiler. I do web development mainly,
i am not a programmer. Need compile few C source codes (ready). Compact
EXE size matters.



" Convenient"对于不同的人来说意味着不同的东西。

对于容易且快速获取和
便宜(在这种情况下是免费的)的含义,请参阅 www.gnu.org

易于使用当然,在旁观者的眼中。

祝你好运。


-Mike

"Convenient" means different things to different folks.
For the meaning of "easily and quickly acquirable, and
inexpensive (in this case free)", see www.gnu.org
"Ease of use" is of course, in the eye of the beholder.
Good luck.

-Mike


2006年10月1日12:04:32 -0700, po*******@softhome.net 写道:
On 1 Oct 2006 12:04:32 -0700, po*******@softhome.net wrote:

>需要方便的C / C ++编译器的建议。我主要做网络开发,
我不是程序员。需要编译几个C源代码(准备好)。紧凑
EXE尺寸很重要。
>need advice for convenient C/C++ compiler. I do web development mainly,
i am not a programmer. Need compile few C source codes (ready). Compact
EXE size matters.



" Convenience"严格依赖于您的源代码为哪个平台构建的


"Convenience" is strictly tied to which platform your source codes are
built for.


po ******* @ softhome.net 写道:

需要有关方便的C / C ++编译器的建议。我主要做网络开发,

我不是程序员。需要编译几个C源代码(准备好)。紧凑

EXE尺寸很重要。
need advice for convenient C/C++ compiler. I do web development mainly,
i am not a programmer. Need compile few C source codes (ready). Compact
EXE size matters.



请指定方便:

- 哪个平台?

- GUI必不可少?或者你敢命令命令行的恐怖?


注意

- 这不完全是一个C问题,所以有些人可能会认为它是

偏离主题。但是,comp.lang.c wiki提供以下内容:
http:/ /clc-wiki.net/wiki/C_resources

- " C / C ++"是一个相当危险的术语;你有两种不同的语言

C和C ++。使用C ++编译器编译C代码是不可取的,因为

这些语言有很大的不同让你头疼(

程序无法编译,或者更糟糕的是,它可以编译和链接

但是可执行文件并不总是按照它应该做的去做。)

如果您决定使用支持C和C ++的编译器/ IDE,那么

确保你使用C模式来避免令人讨厌的惊喜。


干杯

Michael

-

电子邮件:我的是/ at / gmx / dot / de地址。

Please specify convenient:
- Which platform?
- GUI indispensable? Or dare you the terror of the command line?

Note that
- this is not exactly a C question, so some people may see it as
off-topic. However, the comp.lang.c wiki offers the following:
http://clc-wiki.net/wiki/C_resources
- "C/C++" is a rather dangerous term; you have two separate languages
C and C++. Compiling C code with a C++ compiler is not advisable as
the languages are sufficiently different to give you headaches (the
programme cannot be compiled or, worse, it can be compiled and linked
but the executable does not always do what it is supposed to do).
If you decide to use a compiler/IDE with C and C++ support both, then
make sure that you use the C mode to avoid nasty surprises.

Cheers
Michael
--
E-Mail: Mine is an /at/ gmx /dot/ de address.