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's forums 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.
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++.
On xiaomi hyperos there's also an option to disable google assistant. I've got everything disabled. Only thing I do have installed is a web wrapped for duck.ai which claims to let you use various AIs anonymously
I need to understand the rationale of not shipping all of these K2 improvements in a single update/release. It's giving "we will fix Windows 11 but no commitments". It seems to me that they just announce these improvements just to appease the community.
The term "RTM" is long gone starting with Windows 10. Every current release is a GA build. This is the result of MS making Windows as a Service (WaaS).
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's forums 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