C language introduction, features, C language development tools, Introduction development tools
C language origins in Bell Labs in 1972
Application Scope
Text processing programs and workbooks-office series, WPS series compiler operating systems, large online games
What is C ++?
C ++ is based on the C language by grafting some object-oriented tools. It is a feature of C's super edition C language. 1. The layers are clear and easy to organize programs in modular mode, easy to debug and maintain 2. The disadvantage of structuring is obvious, the program can be reused very poorly 3. The language is very concise, suitable for programming entry-level languages, flexible and convenient to use
Good portability
C language compilation programs on different machines 80% of the Code is public, C language compilation programs are easy to transplant, for example, mobile games are developed using a C or C ++-based cocos2d framework.
Powerful functions
Easy System Development and C language development tools for Application Software Development
1. notepad + command line
2. Tubbo C-Grandfather's IDE Compilation speed is very fast. 2.0 does not support the mouse and cannot edit multiple files at the same time
3. Visual C ++ 6.0-classic development tools, large size
4. Dev C ++ is small in size and has poor performance. The update was abandoned in 05 years.
5. Code: Blocks-we strongly recommend the open-source free C/C ++ tool.