dev-C++

Started by
11 comments, last by larspensjo 11 years, 5 months ago

I'd suggest that if you're having problems with VS then you're probably guilty of making it complicated for yourself, e.g. by coming into it with assumptions that you'll have to download lots of SDKs and libs, pop them into specific directories, set up paths, etc. None of that is actually necessary with VS - installing is quite literally "Next/Next/Finish" (especially with the Express editions), then you're in File | New | Project, pick your type, add a file, compile, run.

++this. vs is very easy. So is QT Creator, when you install the sdk, it even comes with mingw, which defaults to the selected compiler. Just click ok and start coding.

If this post or signature was helpful and/or constructive please give rep.

// C++ Video tutorials

http://www.youtube.com/watch?v=Wo60USYV9Ik

// Easy to learn 2D Game Library c++

SFML2.2 Download http://www.sfml-dev.org/download.php

SFML2.2 Tutorials http://www.sfml-dev.org/tutorials/2.2/

// Excellent 2d physics library Box2D

http://box2d.org/about/

// SFML 2 book

http://www.amazon.com/gp/product/1849696845/ref=as_li_ss_tl?ie=UTF8&camp=1789&creative=390957&creativeASIN=1849696845&linkCode=as2&tag=gamer2creator-20

Advertisement
I used DevC++ for a few years, and dealing with all the bugs simply taught me to unconsciously hit ctrl-s almost virtually everything I change in a source file.

If you are a minimalist like myself and enjoy the overall feel of DevC++, check out an alternative called MinGWStudio http://koti.mbnet.fi/vaultec/mingwstudio.php

It is also no longer maintained, but I have experienced zero bugs, and it looks and feels almost exactly like DevC++.

Code::Blocks is updated regularly, but you need to use their nightly builds rather than the "stable release", which they only rarely package for download.


I also recommend to go for Code::Blocks. And actually, the nightly build usually contains packages ready for downloading, both for Windows and Linux. So you do not need to build from the source. The latest is from November 2.
[size=2]Current project: Ephenation.
[size=2]Sharing OpenGL experiences: http://ephenationopengl.blogspot.com/

This topic is closed to new replies.

Advertisement