Updated: Why you shouldn't use Dev-C++

posted in J of K
Published July 24, 2012
Advertisement
Just a quick update this time:- I've updated my popular 2008 blog post on "Why you shouldn't use Dev-C++", and also moved to a new url -- the old one has a re-direct page for now, but I probably won't host that for ever.

The article can now be found at http://clicktobegin.net/programming/why-you-shouldnt-use-dev-c/

Please update any bookmarks. smile.png


I'm planning a follow-up entry discussing the merits of using an updated version of Dev-C++, as I've recently seen a bit more awareness of wxDev-C++ and the much newer Orwell Dev-C++.
2 likes 9 comments

Comments

Sik_the_hedgehog
Honestly the only reason Dev-C++ is even brought up is because there are many old tutorials out there that recommend Dev-C++, in practice pretty much all programmers that were using Dev-C++ have switched to Code::Blocks by this point (especially since on Windows it uses MinGW, which is the same toolchain Dev-C++ was using).
July 24, 2012 08:27 AM
Programming020195BRook
I hope for the love of everything holy in this world, people never recommend Dev-C++ (Hasn't been updated in over 6 years!!!). I remember using it a long time ago, and even then I didn't like it. With Visual Studio Express, there is no reason to even suggest Dev-C++. I would sooner use Code:Blocks!

Great article jbadams! :)
July 24, 2012 08:54 AM
Peter Mrozek
Very nice article. The only time when I've used Dev-C++ was in college, when they learned people C/C++ programming (is was a pain, as there were better solutions already available, but academic teaching programs don't change too often... anyway that was eons ago :P ).

As for the alternatives Code::Blocks' nice (been using it for some time on Linux), but I don't know about Visual Studio Express. I've heard some rumors that the licensing is about to change for the new versions, so that you can only use it freely for Metro programming (still I hope these really are just rumors).
July 24, 2012 11:01 AM
arthursouza
But you will still have up to VS 2010, which is great
July 24, 2012 02:13 PM
Servant of the Lord
There used to be a huge number of people using Dev C++, but I haven't seen it mentioned on GameDev for a few years now. Is it really still much of a problem?
You should add QtCreator to the list of IDE alternatives - it's very mature, and very capable.

@sik_the_hedgehog: When I started using Dev C++ it was because it came on the CD with the programming book I got (C++ for Dummies).
July 24, 2012 05:03 PM
_the_phantom_
[quote name='MoroS84' timestamp='1343127715']
I've heard some rumors that the licensing is about to change for the new versions, so that you can only use it freely for Metro programming (still I hope these really are just rumors).
[/quote]

Just to squish this rumor here; that isn't the case.
At one point they were talking about doing a 'Metro only' version but the community feedback made them change their mind and VS2012 will have 'metro' and 'classic desktop' editions now.
July 24, 2012 09:18 PM
jbadams
[quote name='Servant of the Lord' timestamp='1343149431']
There used to be a huge number of people using Dev C++, but I haven't seen it mentioned on GameDev for a few years now. Is it really still much of a problem?
[/quote]
There's a [b]lot[/b] less usage than there used to be, and misguided recommendations to use it are fortunately still few and far between -- I almost didn't bother moving and updating the article. Unfortunately however, there are still plenty of beginners finding it recommended by older tutorials, and some of them recommend it to others.
July 25, 2012 08:01 AM
Aardvajk
Good to see the article alive and well. I'll second Servant's suggestion to add QtCreator to the alternatives now. It really has developed into an IDE that can play in the big boys' sandpit now.
July 25, 2012 01:54 PM
jbadams
I'll take a look at QtCreator and consider adding it -- I'm not comfortable blindly recommending something I can easily try out, but I'm willing to consider additional suggestions -- I would also prefer to avoid the article ending up with an attempt at some exhaustive list of options though; the main point is to keep people away from Dev-C++.

//EDIT: I've added a short entry for QtCreator, as from a brief poke around and everything I've heard it seems to be a pretty solid option.
July 27, 2012 07:53 AM
You must log in to join the conversation.
Don't have a GameDev.net account? Sign up!
Profile
Author
Advertisement
Advertisement