A downloadable tool for Windows

A tiny free open source C++ IDE I wrote in my free time for fun. It needs Microsoft Visual C++ Redistributable packageVisual Studio Community 2019 (or higher) and Git to work, see C:/MainCppIDE/readme.txt file for details.

To compile code with GCC compiler from GDB For Windows, add the following line to the C:/MainCppIDE/build_parameters.txt file:

C:\GDBForWindows\msys2_shell.cmd -mingw64 -defterm -no-start -here -c "g++ main.cpp -O2 && echo && ./a.exe"

Download

Download
MainCppIDE.zip 62 MB