vote up 1 vote down star
2

Do you have a good book recommendation for c++0x?

flag

1 Answer

vote up 7 vote down check

C++[01]x isn't even out yet. How can you seek for a book then :) I guess the best book is the current working draft: Most recent working draft, and all the papers about proposals for the upcoming Standard Papers They are often nicely detailed and understandable. In particular the proposals listed at the C++0x Language Support for GCC Site.

Anyway, as much of the changes have to do with templates (variadic templates, concepts, static assertions) i recommend

C++ Templates - The Complete Guide

It's written by Vandervoorde (working for Edison Design Group, the only compiler frontend supporting export) and Josuttis (author of the book "The C++ Standard Library - Tutorial and Reference"), huh quite a bit of knowledge in that book!.

In addition, google provides a couple of videos about C++0x with rock-stars Bjarne Stroustrup and Douglas Gregor:

Google C++0x Videos

link|flag
It's not out yet but there is a bunch of new stuff to learn :) – Brian R. Bondy Jan 1 '09 at 0:23
I agree with litb. However, pay attention to anything Bjarne Stroustrup says about it. – BobbyShaftoe Jan 1 '09 at 0:48

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.