GCC compiler download and setup

 In this article, we talk about  CODEBLOCKS (IDE) For C language and we also talk about how to setup C with IDE . 


Download code::blocks

Here you will learn how to setup environment in order to make programs in C language and convert into an executable. Follow the instructions given below:


Step-1- Goto this website http://www.codeblocks.org/download


Click on “Download the binary release”.


Step-2- Select your operating platform (e.g., Windows 2000/XP/Vista/7).


Select your O/S " I select for windows "


Step-3- Download the installer with GCC Compiler, 


Installation-

• Double click the installer.

• Hit next several times. Other setup tutorials will assume you have installed in C:\Program Files\CodeBlocks (the default install location), but you may install elsewhere if you like.

• Do a Full Installation.

• Launch Code::Blocks.




Open:- Code-blocks

Go to the File menu and select New and click Empty file option.


Your IDE is ready code:-

Go to File Menu and save the open file with .C Extension


Test program -


#include<stdio.h>

int main() 

{ 

   Printf("Welcome to Code with AD");

       return 0;

}


Output-

Welcome to Code with AD. |




Thanku for view our site, follow us for more c related articles and notes. 


Code with AD

Hii connection! This is Adarsh Kumar_ From Patna , Bihar(India)_ I am pursing graduation from AN college, Patna.

4 Comments

Post a Comment
Previous Post Next Post