Good C++ compiler for Windows XP?

pookguy88

Golden Member
Jul 19, 2001
1,426
0
0
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
 

drag

Elite Member
Jul 4, 2002
8,708
0
0
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. ;)
 

pookguy88

Golden Member
Jul 19, 2001
1,426
0
0
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?
 

imported_FishTaco

Golden Member
Apr 28, 2004
1,120
0
0
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.
 

kamper

Diamond Member
Mar 18, 2003
5,513
0
0
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?
 

RaiderJ

Diamond Member
Apr 29, 2001
7,582
1
76
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.