of     1   

MrHistory
#48935894Sunday, June 19, 2011 8:40 PM GMT

Anyone know a free C++ compiler I can use to help me learn C++?
myrkos
#48936135Sunday, June 19, 2011 8:44 PM GMT

GCC. (or MinGW)
MrHistory
#48936157Sunday, June 19, 2011 8:45 PM GMT

kthx
MrHistory
#48936262Sunday, June 19, 2011 8:47 PM GMT

Is MS Visual C++ good? I'm about to install it
myrkos
#48936374Sunday, June 19, 2011 8:49 PM GMT

It's pretty good, though I like GCC better.
XlegoX
#48937017Sunday, June 19, 2011 9:01 PM GMT

Clang (llvm C-LANGuage frontend) is exceptional in terms of it's feedback to the user, for example, it will even go so far as to detect when you've made a minor misspelling of an identifier and tell you about it, rather than giving you cryptic errors like GCC. If you're on Windows then you'd be best to use MSVC, however on Linux (Primary Clang platform) or Mac (XCode has full Clang integration) Clang would be the best.
booing
#48939615Sunday, June 19, 2011 9:50 PM GMT

Code::Blocks ish teh epic
BlueTaslem
#48939879Sunday, June 19, 2011 9:55 PM GMT

MS VC++ is nice, but you have to register it (completely free) after 30 days. The express version, that is.

    of     1