Codeblocks installation and use tutorial (hand-by-step fool teaching)

1. First go to the codeblocks official website to download the latest version of the codeblocks installation package.

2. Double-click the downloaded package to see the following interface.


3. Click next to proceed to the next step.


4. Click I agree.


5. Click next to proceed to the next step.

6. Select the installation location, it is recommended not to install it on the system disk, and then click install to install.


7. Wait for a minute or two, then the installation is complete.



Let's talk about the tutorial

1. Double-click to open.

2. Click create a new project

3. Select the console application, click go

4. Click next


5. Select c or c++, click next.


6. Enter your project name, and select the project storage location, click next


7. Click Finish, the project is created.

8. There is the project you built in the left column, click sources, double-click main.c, you will see the following interface.


9. Write your code, click the gear pointed by the red arrow, errors and warnings will appear at the bottom of the interface, debug until there are no errors, click the triangle pointed by the black arrow, and run.


Alright, that's all for today's tutorial!

This is my other blog Visual C++ 6.0 installation and usage tutorial, you can check it out if you want to know.

https://blog.csdn.net/jjjjkkjkk/article/details/80017462

Guess you like

Origin blog.csdn.net/weixin_45697774/article/details/108723915