
You can now open the main.cpp file on the left: Just accept the defaults by hitting “Finish”. You will need to give your project a name, anything will be fine.Ĭlicking “Next” again will prompt you to set up your compiler: I’d recommend you put it in its own folder, as it may create several files (this is especially true if you create other types of projects). (You can find tutorials here on both C and C++.)Īfter clicking “Next”, Code::Blocks will then prompt you with where you’d like to save the console application: Otherwise, choose based on the language you are learning. You’ll be asked to choose whether you want to use C or C++. Click on the File menu, and under “New”, select “Project…”Ĭlick on “Console Application” and hit the “Go” button.Ĭlick next until you get to the Language Selection Dialog: Code::Blocks may ask if you want to associate it as the default viewer for C/C++ files–I’d suggest you do. When you get the compiler auto-detection window, just hit OK. You will be prompted with a Compilers auto-detection window:
#Codeblocks setup download install#
Other setup tutorials will assume you have installed in C:Program FilesCodeBlocks (the default install location), but you may install elsewhere if you like (The name as of this writing was the 10.05 may be different).
#Codeblocks setup download how to#
How To Install and Get Started CodeBlocks for C/C++ Programming?


This Tool supports multiple compilers, including GCC, MinGW, Digital Mars, Microsoft Visual C++, Borland C++, LLVM Clang, Watcom, LCC, and the Intel C++ compiler. It is a highly changeable IDE that performs consistently across all the platforms so it is really great for developers who frequently switch their working area from one platform to another. Code::Blocks is one of the popular Open Source IDE options available for developers working on PC.
