hehe, many solutions
登录 | 论坛导航 -> 华新鲜事 -> 求学狮城 | 本帖共有 2 楼,分 1 页, 当前显示第 1 页 : 本帖树形列表 : 刷新 : 返回上一页
<<始页  [1]  末页>>
作者:香陵居士 (等级:16 - 好恐怖呀,发帖:22662) 发表:2003-11-23 00:36:07  楼主  关注此帖评分:
运行C++请问一下在电脑里面装什么软件才能compile c++的程序阿 谢谢:)
hehe, many solutions
1. Windows Platform
(1) Borland C++ Builder: This is the most efficient and most useful IDE for large scale software development. Have high efficiency compiler, powerful debugger, wide middleware support and large enough library. Of course for a newbie, it is too
complex, and too expensive.
Refer to :
http://www.borland.com/bcppbuilder/

(2).Visual C++: The most widely used compiler for commercial software development. And since Anders Heljsberg join M$, it is greatly improved. It have good compatability with Windows, and MSDN is probably the most resourceful developer's reference. Of course, it is also very complex and expensive.
Refer to :
http://msdn.microsoft.com/vstudio/

(3)WATCOM C/C++: Maybe most of you guys don't know it. But it is the most famous compiler in DOS age, especially for compile drivers. Since it is good at generate most optimal machine code. The company is defeated by Microsoft with MFC2.0. But the group is converted to a open source project. It is a free compiler now. But its IDE got problem of supporting Windows NT.
Refer to:
http://www.openwatcom.org/download.html

(3). Mingw: It is a dll on Windows to support gcc compilered code. Nothing special
Refer to:
http://www.mingw.org/

(4). DEV C++: It make use of gcc also. It use Borland's freeware to generate User Interface. There are many users all over the world. But some experts says that it is not good as gcc or MingW.
Refer to:
http://www.bloodshed.net




2. Unix platform:
(1)cc: This is the native C compiler of Unix, also the "oldest" compiler (it is developed when C language is invented). Now all the Unix distributions have it's own implementation. They are specially developed for the specific distribution and embedded into OS-dependent features. You can check with the related websites (Such as AIX, HP-UX, Solaris, SCO or IRIX)

(2)gcc: A gnu "product", most well-know in free software developers. It have the largest and most powerful compiler develop group. It is able to generate very efficient machine code as well. Develop software under Linux environment, gcc is the best option. If you want to have a idea of how compiler is written, it is also a good option
Refer to:
http://gcc.gnu.org
最新推出专栏《倾听索罗斯》 欢迎大家前来捧场!

Yeah!
欢迎来到华新中文网,踊跃发帖是支持我们的最好方法!原文 / 传统版 / WAP版所有回复从这里展开收起列表
作者:香陵居士 (等级:16 - 好恐怖呀,发帖:22662) 发表:2003-11-23 00:51:48  2楼
hehe, many solutions1. Windows Platform (1) Borland C++ Builder: This is the most efficient and most useful IDE for large scale software development. Have high efficiency compiler, powerful debugger, wide middleware support and large enough library. Of course for a newbie, it is too complex, and too expensive. Refer to : http://www.borland.com/bcppbuilder/ (2).Visual C++: The most widely used compiler for commercial software development. And since Anders Heljsberg join M$, it is greatly improved. It have good compatability with Windows, and MSDN is probably the most resourceful developer's reference. Of course, it is also very complex and expensive. Refer to : http://msdn.microsoft.com/vstudio/ (3)WATCOM C/C++: Maybe most of you guys don't know it. But it is the most famous compiler in DOS age, especially for compile drivers. Since it is good at generate most optimal machine code. The company is defeated by Microsoft with MFC2.0. But the group is converted to a open source project. It is a f (more...)
One more point:
Only gcc and borland C++ buider here have full support on ISO/IEC C89 standard. Others all have some variations.
欢迎来到华新中文网,踊跃发帖是支持我们的最好方法!原文 / 传统版 / WAP版所有回复从这里展开收起列表
论坛导航 -> 华新鲜事 -> 求学狮城 | 返回上一页 | 本主题共有 2 篇文章,分 1 页, 当前显示第 1 页 | 回到顶部
<<始页  [1]  末页>>

请登录后回复:帐号   密码