Main Cpp IDE
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 package, Visual 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.
Status | Released |
Category | Tool |
Platforms | Windows, Linux |
Author | Procedural |
Tags | code, code-editor, cpp, editor, ide, programming, sourcecode, text-editor, visual-studio, vscode |