dev-C++
#3 Moderator* - Reputation: 5339
Posted 07 November 2012 - 08:21 AM
#4 Moderators - Reputation: 4992
Posted 07 November 2012 - 08:22 AM
#5 Members - Reputation: 751
Posted 07 November 2012 - 03:30 PM
For cross platform I suggest QT Creator, the QT libraries you should learn anyway they are amazing.
For windows only you can do Visual Studio 2012 ( though consider using QT Creator anyway )
There is also Eclipse CDT, it has LOTS of features, but I find it difficult to use and slow.
Also Code::Blocks, its ok but hasn't been updated in a couple years and lacks many features.
If this post was helpful and/or constructive please give rep.
SFML2.0 Nightly Download Link http://en.sfml-dev.org/forums/index.php?topic=9513.0
SFML2.0 Tutorials http://www.sfml-dev.org/tutorials/2.0/
#6 Staff - Reputation: 8884
Posted 07 November 2012 - 04:35 PM
Or Orwell Dev-C++ -- I took a look at both of them in my article on using updated versions of Dev-C++ (linked above), and although they still wouldn't be my choice either there aren't objectively any serious problems with them. If choosing between the two I would probably currently recommend Orwell rather than wxDev-C++.There is wxDev-C++ which is being update, however I still don't recommend it
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.Also Code::Blocks, its ok but hasn't been updated in a couple years and lacks many features.
- Jason Astle-Adams.
From my blog: 20 ways to advertise your game | What next? Intermediate to advanced C++
How to make games WITHOUT programming | 4 reasons you aren't a successful indie developer
#7 Crossbones+ - Reputation: 3292
Posted 07 November 2012 - 05:18 PM
Just use Code::Blocks.I read on the internet that dev-c++ from bloodshed is not updated and is full of bugs?
Is this true and if it is what is the best tool to use instead?
Beginner in Game Development? Read here.
Super Mario Bros clone tutorial written in XNA 4.0 [MonoGame, ANX, and MonoXNA] by Scott Haley
If you have found any of the posts helpful, please show your appreciation by clicking the up arrow on those posts ![]()
#8 Members - Reputation: 125
Posted 07 November 2012 - 05:44 PM
I wanted to use something more substantial/long term like Netbeans or VS, but I couldn't get them set-up properly. Not newb friendly at all
All the advice here so far is great, though. Thanks everyone
#9 Moderator* - Reputation: 5339
Posted 07 November 2012 - 05:53 PM
I feel bad for people who try to use Netbeans for C++. I'm sorry you had to suffer those pains.I wanted to use something more substantial/long term like Netbeans
Visual Studio should "just work"...or VS, but I couldn't get them set-up properly.
I will say something Dev-C++ does that makes it more n00b friendly is simply allowing you to compile and run a single file. Most other IDEs want you to create a proper project, but when you're just starting out you just want to write a simple 20 line test program and hit "run." And I think this is why people keep using Dev-C++. It is true that most other IDEs are targeted for professional/more serious use, but once I got the hang of Visual Studio (and most importantly its debugger) I never looked back to Dev-C++.Not newb friendly at all
#10 Members - Reputation: 3793
Posted 07 November 2012 - 07:01 PM
It appears that the gentleman thought C++ was extremely difficult and he was overjoyed that the machine was absorbing it; he understood that good C++ is difficult but the best C++ is well-nigh unintelligible.
#11 Members - Reputation: 751
Posted 07 November 2012 - 09:11 PM
++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.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.
Edited by EddieV223, 08 November 2012 - 07:28 PM.
If this post was helpful and/or constructive please give rep.
SFML2.0 Nightly Download Link http://en.sfml-dev.org/forums/index.php?topic=9513.0
SFML2.0 Tutorials http://www.sfml-dev.org/tutorials/2.0/
#12 Members - Reputation: 421
Posted 08 November 2012 - 11:02 PM
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++.
#13 Members - Reputation: 1408
Posted 09 November 2012 - 01:22 AM
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.






