Hi all, I just saw in another post that C++0x FDIS has been voted complete and ready to ship. Is there a good website (or book) that I can start reading to get familiar with the new features? I've seen a few resources here and there on one or two topics, such as "auto", but no good place to read and see example for every new feature. Is the GNU g++ compiler the best implementation to experiment with these new language features? -Jim
Hi Jim,
On 27 March 2011 15:53, Jim Hodapp
I just saw in another post that C++0x FDIS has been voted complete and ready to ship. Is there a good website (or book) that I can start reading to get familiar with the new features? I've seen a few resources here and there on one or two topics, such as "auto", but no good place to read and see example for every new feature. Is the GNU g++ compiler the best implementation to experiment with these new language features?
Take a look at Bjarne Stroustrup's C++ 0x FAQ:- http://www2.research.att.com/~bs/C++0xFAQ.html HTH, Ian -- -- ACCU - Professionalism in programming - http://www.accu.org/
participants (2)
-
Ian Bruntlett
-
Jim Hodapp