Compiler
Compiler for C Programming
A compiler is a computer program (or a set of programs) that transforms source code written in a programming language (the source language) into another computer language (the target language), with the latter often having a binary form known as object code.
There are many compilers that we can use. Such as-
- Eclipse
- NetBeans
- Code::Blocks
- Digital Mars
- C Free
- Sky IDE
- Dev C++
- CodeLite
- MinGW
- Ultimate++
But for many purposes we have found the Code::Blocks suitable.
Code::Blocks
Code::blocks refers to an open source, cross platform and extensible IDE for c++. The best feature of this C++ IDE is that as per on your need, it can be extended with the help of available plugins.
To download the software use the following link:
No comments