A downloadable tool for Windows and Linux

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, alternative link) 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"

You can also use Swift programming language with Main Cpp IDE.

Download

Download
MainCppIDE.zip 62 MB
Download
MainCppIDE.tar.gz 36 MB