Collect the CC ++ compiler

xiaoxiao2021-03-06  81

Collect the C / C compiler

Among all the related majors in all and computers, C, C are almost a must-have course, and the compiler we use is mostly Turboc 2.0, Visual C , Borland C Builder, however, C / C compiler is more, Long-term use of a compiler will let us form thinking, just like when we have long used Windows to convert to use UNIX, more contact and use other compiler benefits.

Therefore, I have a childish idea, collect all C / C compiler, as long as you have used, or have heard of it, as long as you think it is necessary, please follow the post, write this C / C The name of the compiler.

Below I will listed the C / C compiler I know, I am interested, please follow

Turbo C

The classic tool developed by the DOS era C language is currently suitable for two types of people: C language Beginner (especially student family), professionals with nostalgic plots :)

2.wintc

The C compiler under Windows is similar to the TurboC compiler.

3.Visual C 6.0 / 7.0

Stable and powerful IDE development environment, with rich debugging features, custom macros is also a major feature. Microsoft's classics, power is strong and unssentable. Some of the tools are also very good, such as: SPY . However, the compiler is better than the same class, and the level of supporting C standard is not good enough, especially 6.0 and previous versions.

4.bcb

Borland's C Builder is a very powerful IDE, speed, and stability of another powerful IDE, speed, and stability support for C standards.

5.Cygwin

The C compiler under the Windows platform is based on GCC, which is completely compatible with Window unique things, such as support for Winsock. From http://www.cygwin.com, you can find more information about CYGWIN.

6.DEV-C

Under the Windows platform, a C IDE development environment similar to VC, BCB belongs to sharing software. The interface is kind and elegant, and Size is not large. 4.9.x has a Chinese language support without Chinese. The compiler is based on GCC, fully supports STL. But for a larger software project, it is impossible to compete. You can find information about DEV-C from: http://www.bloodshed.net/dev/devcpp.html.

7.MICOSoft C

转载请注明原文地址:https://www.9cbs.com/read-95620.html

New Post(0)