Popads

PopAds.net - The Best Popunder Adnetwork

CodeBlocks is an open-source, cross-platform (Windows, Linux, Mac OS), and free C/C++ IDE. It supports many compilers, such as GNU GCC (MinGW and Cygwin) and MS Visual C++. It supports interactive debugging (via GNU GDB or MS CDB). Code Blocks is surprisingly versatile, and in my opinion, much better than the Visual Studio suite.

Step 1 :

You will see the codeblocks website. Now select your operating system(e.g., Windows 2000/XP/Vista/7). Download the installer with GCC Compiler, e.g., codeblocks-13.12mingw-setup.exe (98 MB) (which includes MinGW's GNU GCC compiler and GNU GDB debugger).

Step 2 :After downloading double click on the setup to run it and you will be presented with the following window. Click next to continue.


Step 3:Accept the license agreement and click next.


Step 4: In the next window, Code Blocks will ask you to select components you want to install. Select Full Installation, it will look something like this:



Step 5: Select the destination folder (keep it to default) and click next.



Step 6: After completing the installation, Code Blocks will prompt you to run it.


Click no and then click on the Next button.


Click Finish to exit the installer.This completes the installation of Code Blocks on Windows.
Previous Post Next Post