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:

  • Goto this website http://www.codeblocks.org/downloads
  • Click “Download the binary release”.
  • Select your operating platform (e.g., Windows 2000/XP/Vista/7).
  • Download the installer with GCC Compiler, e.g.,codeblocks-16.01mingw-setup.exe(which includes MinGW’s GNU GCC compiler and GNU GDB debugger).







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.

c_notes_1 | Installation of code::blocks
c_notes_2 |Installation of code blocks
c_notes_3 | Installation of code blocks
Open Code::Blocks
Go to the File menu and select New and click Empty file option.
c_notes_4 | Installation of code blocks
c_notes_5 | Installation of code blocks

Go to File Menu and save the open file with .C Extension
c_notes_6 | Installation of code blocks

Installation of Code::blocks
Tagged on: