Code Blocks is a free C, C++ and Fortran IDE built to meet the most demanding needs of its users. It is designed to be very extensible and fully configurable.
Finally, an IDE with all the features you need, having a consistent look, feel and operation across platforms.
Built around a plugin framework, Code::Blocks can be extended with plugins. Any kind of functionality can be added by installing/coding a plugin. For instance, compiling and debugging functionality is already provided by plugins!
1. Right click on Code Blocks icon and Open
(Click image for large view)
3. Now we are going to create a new project for c programming so we could program our codes. Click on Create a New Project
4. Select Console Application and Click Go
5. Click Next
6. Select C because we are going to study about C Programming language. Then click Next
7. Write your project title and click Next
8. Click Finish
9. Click on Plus ( + ) sign beside the source.
10. Double click on main.c file
11. Now you will see very basic program Hello World.
12. We will use only this button to compile our program/Run Program or you can press F9 from the keyboard.
(Click image for large view)
Video Tutorial
Like it ? Share it.





























