How to Install Code Blocks in Windows 10

This tutorial explains how to install Code Blocks in Microsoft Windows 10. Code::Blocks is a cross-platform, open-source, free IDE that supports GCC, Visual C++, and Clang compilers. Code Blocks was developed in C++ for Windows. It is oriented towards C, C++, and Fortran with custom build system support.

It is very much easy to install Code Blocks in Microsoft Windows 10.

  1. Go to the http://www.codebocks.org page.
  2. Select downloads and then select binaries.
  3. If you have 64 bit windows operating system  then select codeblocks-20.03mingw-setup.exe installer file or if you have 32 bit windows operating system then select codeblocks-20.03mingw-32bit-setup.exe installer file. For both cases there are Code::Blocks IDE with MinGW compiler. Save the file into default location or your desired other location.
  4. Now double click the downloaded installer file.
  5. Click Next button.
  6. Click I agree button for next steps.
  7. Click Next button.
  8. Select your desired installation location or keep as it is. I prefer to keep as it is since I am thinking you are beginner in this connection.
  9. Click Install. It will take a little bit of time. But you have to wait until next option come.
  10. Click Yes button if you want to open the IDE after completing the installation otherwise select No.
  11. Click Next button.
  12. Click Finish. If there is no error message, your installation is successful.

Please find below our youtube link where you will see the total visual installation process of Code::Blocks.

In this tutorial you have learnt the total installation process of Code::Blocks in Microsoft Windows 10. Hope you have enjoyed the tutorial. If you want to get updated, like my facebook page http://www.facebook.com/freetechtrainer and stay connected.

Add a Comment