

If you are not using IDE then you need to create the program using your text editor. Code Blocks comes with a compiler called GCC to compile C and C++ programs. IDE allows you to create, compile and run programs from a single environment. You can create your programs using your default text editor like Notepad in Windows or vim in Linux, but to make things easy we will install a cross-platform IDE(Integrated Development Environment) called Code Blocks. Steps you need to follow while writing C programs. exe extension in Windows) which computer can execute. So whenever you compile a program, the compiler creates a new binary file called executable (having. A compiler translates your program into a binary stream of 1s and 0s which computer understands.

To create and run programs you need two things:Ī text editor is where you write your programs.
