Old myths are tough to dispel, and among these, that Dev-C++ is somehow still a good IDE today. Teachers recommend it in universities (yes!) and beginners don't understand why their perfectly legit programs don't compile.
Someone at cplusplus.com'sums posted a good article about it recently, so I thought I'd spread the word. Hopefully the more it'll spread the less Dev-C++ will be used.
Quote
Why we've deprecated Dev-C++
It all boils down to one reason:
Dev-C++ hasn't been updated since 2005.
From there, there are 3 main problems with the lack of any updating.
The included MinGW is obsolete.
The many known bugs may never be fixed.
The IDE lacks the features of more modern IDEs.
I'll go over each of these in order.
The included MinGW is obsolete.
MinGW is an irregular acronym which stands for "Minimalist GNU for Windows". It includes a various set of tools commonly found on many *nixes including the g++ compiler and gdb debugger, which Dev-C++ makes use of.
A problem with Dev-C++ not being updated in computer centuries is that the bundled MinGW is several years old, and as a result the compiler doesn't work nearly as well on new systems as a hot-out-of-the-oven dish of MinGW's g++ would. It's a whole major version behind... Read the rest at C++ : Forum : Articles : Why we've deprecated Dev-C++.
Question
Andre S. Veteran
Old myths are tough to dispel, and among these, that Dev-C++ is somehow still a good IDE today. Teachers recommend it in universities (yes!) and beginners don't understand why their perfectly legit programs don't compile.
Someone at cplusplus.com'sums posted a good article about it recently, so I thought I'd spread the word. Hopefully the more it'll spread the less Dev-C++ will be used.
Link to comment
https://www.neowin.net/forum/topic/986680-why-you-shouldnt-use-dev-c/Share on other sites
24 answers to this question
Recommended Posts