C++ 视频资料
这里是最近我要看的 C++ 视频资料,我希望通过这些资料能尽快熟悉 C++,尤其是 C++11 和 C++14 这两个较新的标准。
特性
GoingNative
- C++11 Style - Bjarne Stroustrup
- Modern C++: What You Need to Know - Herb Sutter
- The Essence of C++: With Examples in C++84, C++98, C++11, and C++14 - Bjarne Stroustrup
- One C++ - Herb Sutter
- C++ Seasoning - Sean Parent
- An Effective C++11/14 Sampler - Scott Meyers
- Inheritance Is The Base Class of Evil - Sean Parent
- My Favorite C++ 10-Liner - Herb Sutter
- rand() Considered Harmful - Stephan T. Lavavej
- A Concept Design for C++ - Bjarne Stroustrup, Andrew Sutton
CppCon2014
CppCon 今年是首次举办。视频可以在 youtube 观看,slide 可以从 github 下载。由于视频太多,没有必要全部观看,只关注那些和自己目标相符合的。
编译器
GoingNative
- Don’t Help the Compiler - Stephan T. Lavavej
- Compiler Confidential - Eric Brumer
- Native Code Performance on Modern CPUs: A Changing Landscape - Eric Brumer
- Compiler++ - Jim Radigan
并行
GoingNative
blog comments powered by Disqus