• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

IDE for C++ programming in Windows. Any recommendations?

ThatsABigOne

Diamond Member
Hello! I am looking for an IDE for C++ programming. With me being tired of using Linux terminal, I want to experiment programming on Windows side. 😛 I do not like Visual Studio as I can never the the play button to work. :hmm: And it is a little heavy for my needs. I am looking for something light, and yet include a compiler and a debugger.

Thank you in advance. 🙂
 
Visual Studio *is* faily massive. I'll give you that...

But you should consider Visual C++ Express. It's a slimmed down version. It still probably has way more than you need, but it really is the easiest thing to use and is overall awesome. Microsoft's development tools are stellar.

But if you don't want to swat a fly with a baseball bat, I've always enjoyed Code::Blocks (www.codeblocks.org). That's a good happy medium. The great part is that you can easily switch between compilers on each project, even Microsoft's compiler. It's simple, useful, and easy.
 
VS is, hands down, the best IDE for windows. It is so much better than everything else that there is no real comparison. You should learn to use it, you wont regret it.
 
Even eclipse has a set of C++ mods and a package on their site. But Visual Studio is where it is at and the best thing to invest time in learning.
 
Back
Top