Download CodeBlocks

Download CodeBlocks


What is CodeBlocks?


CodeBlocks is an Integrated Development Environment (IDE) for C/C++ programming. It is an IDE with all the features you need, having a consistent look, feel and operation across platforms.

Features of CodeBlocks are:


-> It is Open Source.
-> It is Cross-platform. It can run on Linux, Mac, Windows (uses wxWidgets).
-> It is written in C++.
-> Extensible through plugins

About CodeBlocks Compiler:


-> It supports multiple compiler such as:
o GCC (MingW / GNU GCC)
o MSVC++
o Digital Mars
o Borland C++ 5.5
o Open Watcom
o ...and more

* It is Very fast custom build system (no makefiles needed)
* It supports for parallel builds (utilizing your CPU's extra cores)
* We can make multi-target projects
* Workspaces are provided to combine multiple projects
* Inter-project dependencies is available inside workspace
* It can imports MSVC projects and workspaces (NOTE: assembly code not supported yet)
* It can also import Dev-C++ projects
For more information on its features click here.

Download CodeBlocks from here.

Check out this stream