Common c ++ programming tools (1)

Source: Internet
Author: User

The following is my summaryC ++ ProgrammingCommonTools:

Development Environment

  • Turbo c

A typical tool developed by C language in the DOS era. Currently, it is suitable for two types of users: C language beginner (especially students) and professional with nostalgia.

  • Visual C ++ 6.0/7.0

A stable and powerful IDE development environment with rich debugging functions. The custom macro function is also a major feature. Microsoft's classic, powerful and self-explanatory. Some of the included tools are also very good, such as: Spy ++. However, compared with similar compilers, the c ++ standard is not well supported, especially in versions 6.0 and earlier.

  • BCB

Borland's C ++ Builder is another powerful IDE that can rival VC, with a slightly slower speed and stability, but it has better support for the c ++ standard.

  • Cygwin

The C ++ compiler on Windows is based on gcc and fully compatible with Windows features, such as winsock support. You can find detailed information about Cygwin from the http://www.cygwin.com.

  • Dev-c ++

On Windows, a c ++ IDE development environment similar to VC and BCB is a shared software. The interface is friendly and elegant, and the size is not big. The 4.9.x version supports Chinese language and does not need to be customized. The compiler is based on gcc and fully supports STL. However, it may be difficult to be competent for large-scale software projects. You can go to http://www.bloodshed.net/dev/devcpp.htmlto find the relevant information about the dev-cworkflow.

  • Source Insight

It has the same beautiful interface as Dev c ++ and provides code editing and viewing functions. It has rich syntax highlighting functions and can automatically pop up member functions like VC, it also has a fast and convenient function jump function (but the jump speed seems a little slow ). It only requires careful adjustment and modification when the default settings are not appropriate. You cannot find the name after typedef.


Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.