I would like to learn more about C++0x - are there any good links to get me started or has anyone written a good book on the subject?
|
17
|
|||||||||
|
|
|
|
|||
|
|
|
Herb Sutter's blog, He posts new developments in C++0x and links to detailed references Bjarne Stroustrup's Website Both are ISO-C++ standards committee members. Herb Sutter will posts an update on each meeting that he attends. |
|||
|
|
|
|
Articles onGeneral DiscussionVideosoverview of various featuresLibrary |
|||
|
|
|
|
Wikipedia article seems like an excellent starting point: C++0x It provides a good summary with brief examples and is updated regularly to match latest additions. |
||
|
|
|
|
Here are two videos on the subject. They are a bit old, but still very relevant: New Features in the Next C++ Standard ( http://www.youtube.com/watch?v=ZAG5txfYnW4 ) and Advanced Topics in Programming Languages Series: C++ Threads |
||
|
|
|
|
More info here : |
|||
|
|
