IDE for C++ Programming

Started by
39 comments, last by mmakrzem 10 years, 8 months ago
vim with clangcomplete and nerdtree.

Best IDE ever.

In time the project grows, the ignorance of its devs it shows, with many a convoluted function, it plunges into deep compunction, the price of failure is high, Washu's mirth is nigh.

Advertisement

vim with clangcomplete and nerdtree.

Best IDE ever.

i used to prefer vim as well, or QT Creator with fakeVim but these days i just use Sublime Text instead at work(except for Android stuff where i use eclipse)

[size="1"]I don't suffer from insanity, I'm enjoying every minute of it.
The voices in my head may not be real, but they have some good ideas!

You should NOT be using a 64 bit OS with 1GB of ram. Why would you do that? A 64 bit OS is inherently more RAM hungry and slower when RAM constrained than a 32-bit OS. Not to mention that the 32 bit version of Windows 7 is SLIGHTLY more compatible with old Win 32 games (such as Civ 2 and Fallout 3).

The whole world is moving to 64-bit OSes, but not just for the fun of it, the only reason for the move is Virtual Memory Address Space (more than 4GB of it) .. you wont see ANY benefit to a 64-bit OS until you have more than 2 GB of RAM, or more than 3 GB total of RAM + Video Memory. All of my computers have finally moved to 64-bit OSes, but that's cause they have between 4 GB and 16 GB of RAM (and 1-2 GB video cards). I promise you will see 5-10% faster performance on a 32 bit OS, and have about 50-200 MB more free memory from Windows 7.

As for free C++ IDE, I've used Visual C++ Express 2008 and 2010 (which were required by the older XNA SDKs) and like them just fine. I haven't used VS 2012 express yet, partially because there is no longer an XNA for it, and I'm not currently doing any open source / indie work so I'm just using the professional version. And partially because of this: http://www.lifehacker.com.au/2013/01/ive-given-up-on-visual-studio-express-2012-for-windows-desktop-heres-why/. Although I have to say that VS 2012 is better than 2010 in some simple ways, I just can't believe they removed the exception diag feature - way to help the beginners.

Code Blocks has been highly recommended for years as well, and in the game dev beginner community I pretty only see those 2 (Visual Studio Express and Code Blocks) used with enough users to be helpful.

If you use VS Express be aware of a few things. 1. you CAN make multi-project solutions, you just have to tell it to ADD a project to an existing open solution ... and it will then be visible (the solution is hidden by default). 2. you CAN make it remember tabs instead of spaces, you just have to use REGEDIT to change the settings, since they removed this setting (and most) from the Options dialog.

XNA works perfectly fine with the non express editions of VS as well, there is no benefit to installing the express editions of 2008 or 2010 when you own the pro edition of these two, XNA doesn't require you to install the express edition. XNA works perfectly fine in VS2012 as well btw.

The only drawback on the express editions is that they are langauge specific and you can't install plugins, which is really annoying.

Worked on titles: CMR:DiRT2, DiRT 3, DiRT: Showdown, GRID 2, theHunter, theHunter: Primal, Mad Max, Watch Dogs: Legion

Pretty much no reason not to use VS if you're developing with Windows.

In addition if you're moving into commercial game dev or even coding with C# or C++ or the other things VS supports, it's pretty realistic that you'll end up using visual studio to develop with. It's a tool worth at least knowing the basics of, I personally find it very capable.

I'm happy with Eclipse on all 3 main os. Only sometimes I fire up VS or Qtcreator.

You should NOT be using a 64 bit OS with 1GB of ram. Why would you do that? A 64 bit OS is inherently more RAM hungry and slower when RAM constrained than a 32-bit OS. Not to mention that the 32 bit version of Windows 7 is SLIGHTLY more compatible with old Win 32 games (such as Civ 2 and Fallout 3).

The whole world is moving to 64-bit OSes, but not just for the fun of it, the only reason for the move is Virtual Memory Address Space (more than 4GB of it) .. you wont see ANY benefit to a 64-bit OS until you have more than 2 GB of RAM, or more than 3 GB total of RAM + Video Memory. All of my computers have finally moved to 64-bit OSes, but that's cause they have between 4 GB and 16 GB of RAM (and 1-2 GB video cards). I promise you will see 5-10% faster performance on a 32 bit OS, and have about 50-200 MB more free memory from Windows 7.

As for free C++ IDE, I've used Visual C++ Express 2008 and 2010 (which were required by the older XNA SDKs) and like them just fine. I haven't used VS 2012 express yet, partially because there is no longer an XNA for it, and I'm not currently doing any open source / indie work so I'm just using the professional version. And partially because of this: http://www.lifehacker.com.au/2013/01/ive-given-up-on-visual-studio-express-2012-for-windows-desktop-heres-why/. Although I have to say that VS 2012 is better than 2010 in some simple ways, I just can't believe they removed the exception diag feature - way to help the beginners.

Code Blocks has been highly recommended for years as well, and in the game dev beginner community I pretty only see those 2 (Visual Studio Express and Code Blocks) used with enough users to be helpful.

If you use VS Express be aware of a few things. 1. you CAN make multi-project solutions, you just have to tell it to ADD a project to an existing open solution ... and it will then be visible (the solution is hidden by default). 2. you CAN make it remember tabs instead of spaces, you just have to use REGEDIT to change the settings, since they removed this setting (and most) from the Options dialog.

XNA works perfectly fine with the non express editions of VS as well, there is no benefit to installing the express editions of 2008 or 2010 when you own the pro edition of these two, XNA doesn't require you to install the express edition. XNA works perfectly fine in VS2012 as well btw.

The only drawback on the express editions is that they are langauge specific and you can't install plugins, which is really annoying.

a lack of plugins is a pretty big drawback though, i'd say that there is almost no reason to use the express edition of VC++ these days(other than learning the basic interface to make a transition to the proper version of VS easier), All the features that make Visual Studio a great IDE are cut out from the express editions and there are plenty of free alternatives that are quite frankly, better.

[size="1"]I don't suffer from insanity, I'm enjoying every minute of it.
The voices in my head may not be real, but they have some good ideas!

to be honest.. I doubt that with 1gb of ram running win7 64 you'll be able to see improvements.


Not only having 1GB of memory excludes Eclipse, Netbeans and probably Visual Studio from consideration, but you might run out of memory while compiling and linking programs irrespective of the tools you use.
Sacrificing programs (e.g. not running a web browser) to spare memory is going to be horrible.

Invest in a good laptop with a SSD and at least 8GB memory, then run anything on it.

Omae Wa Mou Shindeiru


Invest in a good laptop with a SSD and at least 8GB memory, then run anything on it.

Wouldnt the desktop be better (than laptop?)


Invest in a good laptop with a SSD and at least 8GB memory, then run anything on it.

Wouldnt the desktop be better (than laptop?)

It depends what you need - mobility or power.
If you need to carry around your computer, laptop is the best choice, otherwise get a desktop!

Netbeans is way too heavy compared to other IDE's. I would say go with Visual Studio.

MS has released VS2013 RC on 9 September so you can now try out the Ultimate edition of VS until somewhere half way through November right now for free. If you use C++ this has partial C++11 and C++14 standards compiled in.

Worked on titles: CMR:DiRT2, DiRT 3, DiRT: Showdown, GRID 2, theHunter, theHunter: Primal, Mad Max, Watch Dogs: Legion

This topic is closed to new replies.

Advertisement