Wednesday, June 1, 2016

Using Code::Blocks



Hi Guys , its been a long time since i have posted in this blog . I would like to revive this blog as people are interested in this. I would also like to use a different IDE called CodeBlocks . Here is the link to download the IDE
http://sourceforge.net/projects/codeblocks/files/Binaries/16.01/Windows/codeblocks-16.01mingw-setup.exe

After downloading and installing CodeBlocks here are the steps to create a project 

1) Open Codeblocks



2)Create A New Project



3) Create A Console Application



4)Click On Next



5) Select C As Language



6)Name The Project


7)Select GNC GCC Compiler



8)Empty Project



9)Add Empty File To Project



10) Name File As Main.c



11) Write A Hello World Program



12) Execute Program By Pressing Ctrl + F10


Thats It you are done creating your first CodeBlocks Project .

No comments:

Post a Comment