From 2b99241b0cceb15688393d6fe0a67d66ae0a4cf0 Mon Sep 17 00:00:00 2001 From: Miguel Nischor Date: Thu, 2 Nov 2023 22:42:38 -0400 Subject: [PATCH] Added newer versions of CppCon and CppNow presentations (#1432) * Added CppCon 2021 materials Added reference link for 2021 materials of CppCon. * Added CppCon 2022 materials Added reference link for 2022 materials of CppCon. * Added CppCon 2023 materials Added reference link for 2023 materials of CppCon. * Added CppNow 2021 materials Added reference link for 2021 materials of CppNow. * Added CppNow 2022 materials Added reference link for 2022 materials of CppNow. * Added CppNow 2023 materials Added reference link for 2023 materials of CppNow. --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 3dc7003..f6e62e8 100644 --- a/README.md +++ b/README.md @@ -1236,6 +1236,9 @@ A curated list of awesome C++ (or C) frameworks, libraries, resources, and shiny ## Articles *Fantastic C++ related articles.* +* [CppCon 2023 Presentation Materials](https://github.com/CppCon/CppCon2023) - CppCon 2023 Presentation Materials. +* [CppCon 2022 Presentation Materials](https://github.com/CppCon/CppCon2022) - CppCon 2022 Presentation Materials. +* [CppCon 2021 Presentation Materials](https://github.com/CppCon/CppCon2021) - CppCon 2021 Presentation Materials. * [CppCon 2020 Presentation Materials](https://github.com/CppCon/CppCon2020) - CppCon 2020 Presentation Materials. * [CppCon 2019 Presentation Materials](https://github.com/CppCon/CppCon2019) - CppCon 2019 Presentation Materials. * [CppCon 2018 Presentation Materials](https://github.com/CppCon/CppCon2018) - CppCon 2018 Presentation Materials. @@ -1243,6 +1246,9 @@ A curated list of awesome C++ (or C) frameworks, libraries, resources, and shiny * [CppCon 2016 Presentation Materials](https://github.com/CppCon/CppCon2016) - CppCon 2016 Presentation Materials. * [CppCon 2015 Presentation Materials](https://github.com/CppCon/CppCon2015) - CppCon 2015 Presentation Materials. * [CppCon 2014 Presentation Materials](https://github.com/CppCon/CppCon2014) - CppCon 2014 Presentation Materials. +* [C++Now 2023 Presentations](https://github.com/boostcon/cppnow_presentations_2023) - Presentation materials presented at C++Now 2023. +* [C++Now 2022 Presentations](https://github.com/boostcon/cppnow_presentations_2022) - Presentation materials presented at C++Now 2022. +* [C++Now 2021 Presentations](https://github.com/boostcon/cppnow_presentations_2021) - Presentation materials presented at C++Now 2021. * [C++Now 2019 Presentations](https://github.com/boostcon/cppnow_presentations_2019) - Presentation materials presented at C++Now 2019. * [C++Now 2018 Presentations](https://github.com/boostcon/cppnow_presentations_2018) - Presentation materials presented at C++Now 2018. * [C++Now 2017 Presentations](https://github.com/boostcon/cppnow_presentations_2017) - Presentation materials presented at C++Now 2017.