Hello.I've been looking for a free C++ compiler for windows which supports the new standard features but i had little luck so far.Does someone have any knowledge of one? Thank you in advance.
caut_baia 9 Posting Whiz
Recommended Answers
Jump to PostThere isn't a single compiler that supports all of C++0x at this point. I believe GCC (starting at 4.6 or 4.7) is the closest though, if you want to play with C++0x I'd go with GCC.
Jump to PostThanks but i can't install Linux on that machine.
GCC isn't restricted to Linux. Try the nuwen build of MinGW if you're on Windows, it's up to GCC 4.6.1. If you're on OSX, …
Jump to PostDefinitely GCC is the best (and only) compiler right now that has a pretty good support for C++0x (C++11) features. A quick look at this table reveals this pretty clearly. And specifically for GCC
All 9 Replies
gerard4143 371 Nearly a Posting Maven
Narue 5,707 Bad Cop Team Colleague
caut_baia 9 Posting Whiz
Narue 5,707 Bad Cop Team Colleague
mrnutty 761 Senior Poster
NathanOliver 429 Veteran Poster Featured Poster
dospy 51 Junior Poster in Training
mike_2000_17 2,669 21st Century Viking Team Colleague Featured Poster
caut_baia 9 Posting Whiz
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.