===== Materials for C++ ===== ==== Video materials ==== === C++11 === * [[http://channel9.msdn.com/Events/GoingNative/GoingNative-2012/Keynote-Bjarne-Stroustrup-Cpp11-Style|C++11 Style]] C++11 style, keynote by Bjarne Stroustrup at Going Native 2012. * [[http://channel9.msdn.com/Shows/Going+Deep/C-and-Beyond-2012-Herb-Sutter-Concurrency-and-Parallelism|Concurrency in C++11]] by Herb Sutter at C++ and Beyond 2012 (2012-08) * [[http://channel9.msdn.com/posts/C-and-Beyond-2012-Herb-Sutter-You-dont-know-blank-and-blank|New meanings of 'const' and 'mutable' in C++11]] by Herb Sutter at C++ and Beyond 2012 (2012-08) * [[http://channel9.msdn.com/Shows/Going+Deep/C-and-Beyond-2012-Andrei-Alexandrescu-Systematic-Error-Handling-in-C|Error handling in C++(11)]] by Andrei Alexandrescu at C++ and Beyond 2012 (2012-08) * [[http://channel9.msdn.com/Shows/Going+Deep/Cpp-and-Beyond-2012-Scott-Meyers-Universal-References-in-Cpp11||Universal references in C++11]] by Scott Meyers at C++ and Beyond 2012 (2012-08) === Generic C++ ==