diff --git a/talks/Contracts-for-Dependable-C++.pdf b/talks/Contracts-for-Dependable-C++.pdf new file mode 100644 index 0000000..759480d Binary files /dev/null and b/talks/Contracts-for-Dependable-C++.pdf differ diff --git a/talks/README.md b/talks/README.md index 2f3644f..441f32f 100644 --- a/talks/README.md +++ b/talks/README.md @@ -3,6 +3,8 @@ Here are video recordings of those talks: - Keynote: Writing Good C++ 14 (Bjarne Stroustrup): [https://www.youtube.com/watch?t=9&v=1OEu9C51K2A] - 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) - More than lint: modern static analysis for C++ (Neil MacIntosh): - A few good types: `Evolving array_view` and `string_view` for safe C++ code (Neil MacIntosh):