How to create a new C project in Code Blocks IDE

Notes:

How to create a new C project in Code Blocks IDE

0. Create one new folder "All C Projects" at desktop

1. Launch the code blocks IDE
2. Go to File Menu - New - Project

In New from template window
3. Select Projects
4. Select Console application
5. Click on Go button

In Console application window
6. Click on Nextbutton
7. Select C
8. click on Nextbutton
9. Locate the folder "All C projects" to save your new project
10. Give project title
11. Click on Nextbutton
12. Let the default configurations as it is and click on Finish Button