Download the source code; If you feel comfortable building applications from source, then this is the recommend way to download Code::Blocks. Downloading the source code and building it yourself puts you in great control and also makes it easier for you to update to newer versions or, even better, create patches for bugs you may find.

  1. Download Mingw For Windows 10
  2. Code Blocks 13.12 Mingw free. download full

Main

Quick links

The open source, cross platform, free C, C++ and Fortran IDE.

Code::Blocks is a free C, C++ and Fortran IDE built to meet the most demanding needs of its users. It is designed to be very extensible and fully configurable.

Finally, an IDE with all the features you need, having a consistent look, feel and operation across platforms.

Built around a plugin framework, Code::Blocks can be extended with plugins. Any kind of functionality can be added by installing/coding a plugin. For instance, compiling and debugging functionality is already provided by plugins!

Special credits go to darmar for his great work on the FortranProject plugin, bundled since release 13.12.

We hope you enjoy using Code::Blocks!

The Code::Blocks Team

Code::Blocks 17.12 is here!
Written by MortenMacFly
Saturday, 30 December 2017 16:34

Again, many improvements, new features, more stable, enhanced for Windows 10, the new Code::Blocks release 17.12 has arrived. Get it from the downloads section! A changelog summarises new features and fixes.

We provide binaries for the major platforms supported by Code::Blocks, with more to come in the next time.

Last Updated on Sunday, 31 December 2017 15:24
Code::Blocks 16.01 is here!
Written by MortenMacFly
Thursday, 28 January 2016 10:21

Many, many improvements, new plugins and features, more stable and major code completion enhancement, the new Code::Blocks release has finally arrived. Get it from the downloads section! A changelog summarises new features and fixes.

We provide binaries for the major platforms supported by Code::Blocks, with more to come in the next time.

Last Updated on Thursday, 28 January 2016 21:13
Don't miss the nightlies!
Written by MortenMacFly
Wednesday, 26 August 2015 15:20

We are well alive and kicking! Please remember, that while waiting for the next release, you can try new features by using the 'nightlies' that we provide here (downloads are on SourceForge, as usual). We also provide nightly 'setups' for windows for those, who like and/or need installer.

Last Updated on Sunday, 30 August 2015 08:16
Bug&Patch Tracker now at SourceForge
Written by MortenMacFly
Friday, 16 May 2014 04:58

Due to the fact that BerliOS will close its services we have created a ticket system at SourceForge and closed the bug and patch tracker at BerliOS.

Last Updated on Wednesday, 26 August 2015 15:28

Source Code

If you want to download the source code of Code::Blocks 17.12, here are the links:

FileDateDownload from

codeblocks-17.12-1.el7.centos.src.rpm

codeblocks_17.12.tar.xz

30 Dec 2017

30 Dec 2017

For older versions please check here.

  • Mar 01, 2020  Khalifa Alkhatabi I've been using this program for a couple of years, and I can say it's very easy to download, install, use, and configure. I recommend students to use it because it's very stable.
  • Code blocks 13 12 free download - with Blocks, HP-GL/2 AutoCAD Releases 10/11/12/13 Driver, Tower of Blocks, and many more programs.
Download mingw for windows 10

Alternatively, you could retrieve the code from SVN. Either way, if it turns out you need to patch the source code in order to create packages for your favourite Linux distribution, we 'd be interested to know about the needed changes so we can include them in our next release.

Documentation

Download Mingw For Windows 10

We provide a (doxygen based) documentation of the Code::Blocks SDK to developers for developing their own plugins. It consists of the following documents:

  • the main document: The Code::Blocks SDK itself (sdk.chm)
  • the SDK for developing add-ons for wxSmith, the GUI design tool in Code::Blocks (wxSmith.chm) and
  • the documentation for the CodeCompletion plugin in case you want to extend it:

Code Blocks 13.12 Mingw free. download full

FileDateDownload from

sdk.chm

wxSmith.chm

codecompletion.chm

31 Dec 2017

31 Dec 2017

31 Dec 2017

Note to Windows users: If you download (any) CHM file, Windows will usually block the file content by default to protect you from embedded HTML viruses. The result is an empty CHM file if you open it. If that is the case, mark the CHM file as safe after download in the file properties (right click in the Explorer on the file, select 'Properties' and tick the 'Allow' checkbox at the bottom, next to the 'Security' note.)

Miscellaneous

Code blocks 13.12 mingw free download pc

For Windows, we also provide the pre-compiled wxWidgets, version 2.8.12 used to compile the release. You can download and extract it either from SourceForge. When opening a Code::Blocks project file it will usually ask you to define the root of the global compiler variable named 'wx' which you simply point to the extracted folder from that archive.

Note that wxWidgets comes compiled in a shared,monolithic,release,unicode flavour, compiled like that:

mingw32-make -f makefile.gcc SHARED=1 MONOLITHIC=1 BUILD=release UNICODE=1 VENDOR=cb