

When you open CodeBlock it will auto detect compiler. How to install Codeblocks in TDM-GCC C + + compiler?

Re: How to update GCC Set up mingw and codeblocks up in different folders so you can upgrade either one separately! Create a new directory for mingw (c:\mingw) – do not install over an old installation! if you want the debugger, find, and point the installer to your mingw folder. If you install this version, the GCC compiler will be automatically detected and set as the default. A MinGW-bundled version of the latest Code::Blocks release is available from the Code::Blocks download page.

You have now successfully installed the TDM-GCC compiler on your computer and you’re ready to start programming in C / C++. The program should execute and display our message.
