The Fate of Dev-C++
I cut my teeth on C++ back in my early days of coding. I used one of the Borland IDE's at first, but once I discovered Dev-C++ I was hooked. It was lean and mean, surprisingly feature-rich, and fairly stable. This was before Microsoft started giving away Express Edition licenses and at the time Dev-C++ seemed like a gift from heaven. The IDE was the brainchild of Colin Laplace, with Mike Berg and Hongli Lai as contributors. It was coded in Delphi and open sourced under the GPL. It was a Windows-only IDE that used GCC/Mingw and made it really simple to get started with Win32 coding. I grabbed Dev-C++, armed myself with Windows 2000 Programming from the Ground Up , and dug in, creating some truly shitty applications but learning a lot along the way. Remember This? Whatever happened to this venerable IDE? Well, the original software has fallen into disrepair and the author is no longer supporting it. At least a few projects have sprung up, however, to keep the I...