The following is my summaryC ++ ProgrammingCommonTools:
Development Environment
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.
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.
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.
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.
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.
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.