Today, the editor will take you to learn how to use codeblocks. I hope it can help friends in need. Here are the detailed and complete steps. Come and learn with the editor!
1. Double-click to open.
2.Click create a new project
3. Select console application and click go
4. Click next
5. Select c or c++ and click next.
6. Enter your project name, select the project storage location, and click next
7. Click finish, and the project is created.
8. There is the project you built in the left column. Click sources, double-click main.c, and 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.
The above is all about how to use codeblocks. I hope it can be helpful to everyone!