Dev-C++, A lightweight C++ IDE to build GCC programs on Windows

new.blicio.us Follow Jun 18, 2021 · 1 min read
Dev-C++, A lightweight C++ IDE to build GCC programs on Windows
Share this

Remembering back to tyhe early 2000’s, there was only a handful of alternatives to Visual Studio to build C++ programs. One of them being Dev C++ by bloodshed.net, a simple and free IDE that could run on even a Pentium I with 32 MB of ram. You could even install external C libraries automatically as DevPaks.

Dev C++ was outshined by Code::Blocks in the world of free Visual Basic alternatives, but I could never see the appeal to the bloated platform.

The good news is that Dev-C++ has been forked and republished by Embarcadero.com, which is now optimized to natively run on Windows 10.

Code written will be compiled to native code and use VCL for UI (uses WinAPI). In theory, it can produce small executables, with minimal dependencies.

Be sure to check out the official Github repo: https://github.com/Embarcadero/Dev-Cpp

Written by new.blicio.us Follow