Do you have a good book recommendation for c++0x?
feedback
|
closed as not constructive by Jeremy Banks, Bill the Lizard♦ Sep 17 '11 at 21:58
This question is not a good fit to our Q&A format. We expect answers to generally involve facts, references, or specific expertise; this question will likely solicit opinion, debate, arguments, polling, or extended discussion. See the FAQ for guidance on how to improve it.
|
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 In addition, google provides a couple of videos about C++0x with rock-stars Bjarne Stroustrup and Douglas Gregor: | |||||||
feedback
|
|
Presentation Materials: Overview of the New C++ (C++0x) by Scott Meyers may meet your expectations. | |||
|
feedback
|
|
I haven't found any general books on c++0x (what would they call it " C++ Concurrency in Action is a forward looking book on c++ concurrency. It is primarily about writing good c++ concurrent code using the new features from c++0x. It is not yet published (and may not be until the standard is more finalized), but you can buy an early access edition and read the already completed chapters. Herb Sutter is writing a book called Effective Concurrency, that will also be based on c++0x's new concurrency features. It's a little hard to find any references about the book, so I'm not sure when/if this book will be published. | ||||
|
feedback
|
|
To complete other's answer concerning books on C++0x:
None of those books are out or even finished, so you'll have to wait. Play with some compilers implementation first? | |||
feedback
|