C++ what other IDE other than VC++
#1 GDNet+ - Reputation: 823
Posted 30 May 2012 - 07:57 PM
So I am looking to move to some other IDE and would like it to be C++11 compliant and have intellisense if possible.
I have used codeblocks, but from what I see must be dead? 2010 last build on the website, I admit I haven't looked into it much as I been using VC++ 2010 express.
If everyone suggests Codeblocks, then how do I get the syntax to be C++11 aware? color highlighted keywords?
Thanks!
#2 Members - Reputation: 275
Posted 30 May 2012 - 08:31 PM
#4 Members - Reputation: 4605
Posted 30 May 2012 - 09:12 PM
I tested it a few years back (~2004), it was the reason I bought Visual Studio 2003 back then. I still have nightmares. At it times it was not on the level of the java IDE, maybe nowadays it is better. I would spend 500$, VS is really good, I will not risk an other bunch of gray hairs.but I believe Eclipse is an option.
My game: Gnoblins
Developer journal about Gnoblins
Small goodies: Simple alpha transparency in deferred shader
#5 Marketplace Seller - Reputation: 8952
Posted 30 May 2012 - 09:46 PM
GCC 4.6 support for C++11
QtCreator has a built in wizard for the Qt GUI system (which is fantastic), but even if you're not using the Qt api, QtCreator works fine.
The only problem I really encounter using GCC is that there is a unfortunate lack of good GCC profilers with Windows support.
Static code analyzers ofcourse work well.
*But I've never used Visual Studio so I can't compare.
[Edit:] QtCreator is cross platform. So is the Qt GUI api (which uses the native GUI, but is extremely theme-able and extendable). GCC is cross platform too (IDE, Compiler, and GUI/threads/regex/containers/general-purpase library - all cross platform).
Edited by Servant of the Lord, 30 May 2012 - 09:51 PM.
All glory be to the Man at the right hand... On David's throne the King will reign, and the Government will rest upon His shoulders. All the earth will see the salvation of God.
Of Stranger Flames - [indie turn-based rpg set in a para-historical French colony] | Indie RPG development journal
#6 Members - Reputation: 143
Posted 30 May 2012 - 10:06 PM
QtCreator is great
Agreed. I had never used it until last year and thought I'd miss a lot from VS, but I was very impressed. I actually get a working symbols menu in QtCreator, too, something that has always been flaky in VS for me. Though to be fair, the C++ I write in VS is more complicated than what I'm usually doing with QT.
#9 Members - Reputation: 1957
Posted 31 May 2012 - 04:23 AM
Recent nightly builds have keyword coloring including (hopefully?) all C++11 keywords and most of the standard library. Unluckily it isn't as good as you would wish for, but this is kind of a Scintilla limitation. Keyword coloring does not (and cannot easily) interact with syntax analysis, it works merely by matching strings.
Add to this that code completion in Code::Blocks is not nearly in the same ballpark as in Visual Studio or Eclipse, but hey... look who's developing those. It is not surprising that a handful of people coding in their free time cannot compete with two multi-million dollar many-thousand-developer companies/organizations.
You can use Code::Blocks with a variety (around 20 or so?) of compilers, including the ones from Microsoft and including the 4.6/4.7 lines of GCC (the former being in the "complete bundle"). The MinGW-w64 project has working GCC 4.7 builds already, too.
Eclipse is great if you don't mind a small delay every now and then despite having a kick-ass CPU, got lots of RAM to spare and don't care about disk space. It does practically everything, and it does everything well (except it's a total memory and cpu pig).
Though I would assume that development support for Metro apps have a sufficiently high priority, I wouldn't count on having it ready by next friday.
Oh, I got this the wrong way around... you can actually only develop Metro with Express and you want desktop apps... so scratch that whole paragraph, this of course works just fine with any free compiler/IDE.
Edited by samoth, 31 May 2012 - 05:19 AM.
#10 Members - Reputation: 192
Posted 31 May 2012 - 04:27 AM
However, I've tried to find a good substitute for VS (as C/C++ support isn't that good) I've tried eclipse, netbeans and code::blocks but I've gone back to VS. No matter how much you hate it, I still find it the best IDE out there. Sometimes a tweak or plugin can help you. I found some plugins that improve the intellisense.
PS: where did you find the rumours about visual studio express 2011 is going to be metro only? I think that the express edition is and probably will stay free and keep the functionality that the current versions have. In the worst case you can just keep using your VS10.
#11 Members - Reputation: 203
Posted 31 May 2012 - 04:47 AM
When I would need an alternative to any software, I usually check out alternativeto.net/software/visual-studio
However, I've tried to find a good substitute for VS (as C/C++ support isn't that good) I've tried eclipse, netbeans and code::blocks but I've gone back to VS. No matter how much you hate it, I still find it the best IDE out there. Sometimes a tweak or plugin can help you. I found some plugins that improve the intellisense.
Unfortunately, I don't think there is any plugin out there that can help with it being slow, being bloaty, having a compiler that is very late to implement C++11, having a bad build system, and not working in linux or macosx. (or with some long standing, profoundly irritating UI issues such as that project setting dialog which is still not resizeable in the year 2012)
Also the debugger becomes slow as hell as soon as you start doing fancy template stuff.
Visual studio used to be a good ide, but as a C++ ide it hasn't really improved much over the years and it is not aging very well. As you said yourself, its C/C++ support isn't that good, so why exactly is it still regarded as such a good IDE for those languages?
#12 Members - Reputation: 102
Posted 31 May 2012 - 04:56 AM
PS: where did you find the rumours about visual studio express 2011 is going to be metro only? I think that the express edition is and probably will stay free and keep the functionality that the current versions have. In the worst case you can just keep using your VS10.
here -> http://www.microsoft.com/visualstudio/11/en-us/products/express
Desktop application development
Visual Studio 11 Express for Windows 8 provides tools for Metro style app development. To create desktop apps, you need to use Visual Studio 11 Professional, or higher. In addition, Visual Studio 2010 Express products - Visual Basic 2010 Express, Visual C++ 2010 Express, and Visual C# 2010 Express - will remain available for free download.
#13 Members - Reputation: 219
Posted 31 May 2012 - 05:38 AM
On PC, I've yet to find an environment as good as Visual Studio.
#15 GDNet+ - Reputation: 516
Posted 31 May 2012 - 09:41 AM
I try out Eclipse (still way too heavy/slow for my taste), CodeLite and others from time to time, but none have yet impressed me more than CB.
Edited by nife87, 31 May 2012 - 09:43 AM.
#17 Members - Reputation: 1593
Posted 31 May 2012 - 10:58 AM
#18 Members - Reputation: 224
Posted 31 May 2012 - 11:19 AM
When I changed to linux I coudn't use it anymore and I ended up using CodeBlocks, which I believe is the best choice if you want to go cross-platform.
I personally prefer Xcode now, but I don't think you will be using that.
TGUI, a C++ GUI for SFML
#19 Members - Reputation: 415
Posted 31 May 2012 - 12:08 PM
#20 Members - Reputation: 150
Posted 31 May 2012 - 05:41 PM
The comments I've seen regarding Eclipse are surprising to me, using a 6 months old version of Eclipse CDT (the C++ IDE for Eclipse) I'd say it's very capable. It's worse than VS in parsing heavy template code, otherwise it's "Intellisense" functionality is great, and sometimes I even prefer it to VS, but I've never used VisualAssistX so I'd probably change my mind there. The debugging in Eclipse CDT has served me very well as well. Since this seem to be a complaint, I'd like to hear what's missing since I guess it's something I haven't encountered. Note that I've only used Eclipse on linux systems, so maybe more issues arise when using it on Windows...
Many people recommend CodeBlocks and QtCreator, could you guys elaborate if they provide decent autocompletion and debugging capability compared to VS?







