C++ 핵심 가이드라인은 2015년 CppCon을 통해서 수차례 소개되었다. 다음은 C++ 핵심 가이드라인을 주제로 다룬 강연들의 녹화 동영상이다.
- Keynote: Writing Good C++ 14 (Bjarne Stroustrup)
- Writing good C++ 14 By Default (Herb Sutter)
- Large Scale C++ With Modules: What You Should Know (Gabriel Dos Reis)
- Contracts for Dependable C++ (Gabriel Dos Reis)
- Static analysis and C++: more than lint (Neil MacIntosh)
- A few good types: Evolving
array_view
andstring_view
for safe C++ code (Neil MacIntosh)
CppCon의 유튜브 채널을 방문하고 싶다면, 여기를 클릭하면 된다.
강연에 사용한 슬라이드는 이 폴더에서 찾을 수 있다.