Home » Personal Apps » Code::Blocks – The Open Source, Cross Platform, Free C++ IDE

Code::Blocks – The Open Source, Cross Platform, Free C++ IDE

Code:: Blocks is an Open Source Cross-platform (IDE) that runs on Linux, Mac, Windows (uses wxWidgets) and is written in C++ without the need of interpreted languages or proprietary libs.

Code:: Blocks is Extensible through plugins to provide an easy way for the users in order to extend and improve without touching single line of code::Block’s source code where functionality of any kind can be added by installing/coding these plugins. For instance, compiling and debugging functionality is already provided by plugins!

open source software, cross-platform

Code:: Blocks has being implemented a custom build system with features like: ultra-fast dependencies generation, build queues and parallel builds.

Code:: Blocks can be downloaded on your computer in three different ways: Download the binary release, Download the source code, Retrieve source code from SVN

Features
•    Compiler:
Multiple compiler, very fast coustom build system, parallel builds, multi-target projects, work spaces, import MSVC projects, IMPORT Dev-C++ projects.

•    Debugger:
Interfaces GNU GDB, supports MS CDB, Call stack,  Disassembly, Custom memory dump, Switch between     threads and more…..

Interface:
•    Syntax highlighting, customizable , extensible, Code folding for C++ and XML files, Tabbed Code completion, Class Browser, Smart indent, interface.

Go4 Code Blocks