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++.
Anker announces recall of "More than One Million" power banks, here's how to check by Sayan Sen
Anker has announced that it is recalling "more than a million" power banks as they are potentially very dangerous due to burn and fire hazards. Both Anker as well as the CPSC (Consumer Product Safety Commission) have released guidance and advisories on how to check if the power bank you are using is affected and how to proceed further if that is the case.
First up, the affected model is the PowerCore 10000 power bank (Model: A1263) and CPSC notes that "Anker has received 19 reports of fires and explosions," which "includes two reports of minor burn injuries not requiring medical attention and 11 reports of property damage totaling over $60,700."
Anker explains how you can identify the affected model. It writes:
After checking and confirming whether your unit is eligible for the recall, Anker has recommended that you "stop using it immediately" and fill the form which provides you with either a free replacement Anker Power Bank (10K, 22.5W) (Model A1388) or a $30 gift card if replacements are back ordered, which is possible at the moment as it is a large scale recall with over a million affected units.
You can find the recall form at this link on Anker's website and the announcement posts linked below. You can find the detailed instructions there.
Source: Anker, CPSC
"Hey can you punch in a new address for me?"
"VOICE ACTIVATION ONLY WHEN MOVING"
Oh great, so now we have to pull over to put in the address because Siri or Google Assistant don't understand my language
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