• 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.

Which C++ Compiler for PC?

Stealth1024

Platinum Member
I have been using Borland C++ on the PC for a while but this is just too dated. On the other hand Visual Studio's implementation does not like the code I write for CS4 (C++) either (we use GNU??? on Solaris platform I believe).

I am looking for a nice all around package (compiler, debugger, editor, etc.) that's not as annoying as all the command line tools and seperate editors (emacs = annoying).

Any ideas?
 
On the other hand Visual Studio's implementation does not like the code I write for CS4 (C++) either

Got any samples of this code? The latest Visual Studio is supposed to be very close to full compliance.
 
Back
Top