Children learn C Language (1): Installation Codeblocks programming tools

A compiler

The compiler is the "one language (usually high-level language)," translated as "another language (usually low-level language)" tool. The main work processes a modern compiler: the source code (source code) -> Preprocessor (preprocessor) -> compiler (compiler) -> object code (object code) -> linker (linker) - -> executable programs (executables).

High-level computer language to facilitate the preparation of mankind, reading, communication and maintenance. Machine language is interpreted can be directly connected to a computer, shipped. The compiler will be compiled or high-level computer language source code (Source program) as input, translated into the target language (Target language) machine code equivalent program. High-level language source code generally (High-level language), such as C, C ++, Java or assembly language and the target language is the machine language object code (Object code), sometimes referred to as machine code (Machine code).

Second, the integrated development environment

It refers to an integrated development environment comprising a compiler, programming environment member code editor user interface. Integrated Development Environment English for the Integrated Devlopment Enviroment, referred to as the IDE.

Windows system written in C language IDE has Visual Studio, Dev C ++, Codeblocks and so on. Because Visual Studio too large, so for C / C ++ beginners, recommended Codeblocks or DevC ++ to write programs.

Here are Codeblocks installation.

Third, download and install Codeblocks

1 download Codeblocks, official download address is:

http://www.codeblocks.org/downloads/26

Note that, with the MinGW to download, as shown below:

1.png

2 Double-click the downloaded codeblocks-17.12mingw-setup.exe to start the installation

Click "Next"

2.png

3 Click "I Agree"

3.png

4 Click "Next"

4.png

5 Click "Install"

5.png

6 installation

6.png

7 When the installation is nearly complete, a small window will pop up asking if you want to immediately run the line Codeblocks, click here first "No"

7.png

8 installation is complete, click on the "Next" button

8.png

9 Click "Finish" button, the interface disappears, the installation is complete.

If you have wanted to learn c ++ programmers, you can come to our C / C ++ learning buckle qun: 589348389,
free delivery C ++ Video Tutorial Oh!
Each 20:00 I will live in the group to explain the C / C ++ knowledge, welcome everyone to learn Oh.

Guess you like

Origin blog.csdn.net/XZQ121963/article/details/90812685