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

Good C++ compiler for Windows XP?

pookguy88

Golden Member
A friend of mine wants to start learning C++; he's already bought a book but doesn't know which program to d/l in order to start coding up some programs..

can anyone recommend a good, easy to use compiler for Windows XP?

edit: oh yeah, it needs to be free too
 
Usually books include software on a cdrom or something.

gcc is a good compiler. It's free. Variations do C, C++, and a few other languages. It's pretty much the industry standard. It's what they use to build operating systems such as OS X and Linux.

Don't think it's quite what you were expecting though.

you can find it here


Microsoft has no-cost versions aviable, but they aren't.. quite.. Free.
Just no-cost. 😉
 
There are packages available from the site for various GUI toolkits or graphics, but if he's just learning and starting with simple console apps, he shouldn't need anything else. Just get the one with mingw included.
 
Originally posted by: drag
gcc is a good compiler. It's free. Variations do C, C++, and a few other languages. It's pretty much the industry standard. It's what they use to build operating systems such as OS X and Linux.
Really? I didn't know OS X was built with gcc. Well, I guess the Darwin part isn't surprising but does Apple also use it for the rest of the system as well?
 
Originally posted by: pookguy88
Originally posted by: FishTaco
devcpp, free C++ ide

perfect, thats just the one i was going to post and ask you guys to see if it was ok..
i'm gonna tell him to d/l this.
thanks

edit: i don't need to install any other SDKs or anything in order to run this program right?

Should be good to go out of the box, aside from some minor setting up. My vote for simplest beginner IDE.
 
Back
Top