From 23b21e9d83136488478ba224740995427ffb63d9 Mon Sep 17 00:00:00 2001 From: FeignClaims Date: Fri, 25 Oct 2024 10:33:52 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20=E8=B0=83=E6=95=B4=E5=AD=A6=E4=B9=A0?= =?UTF-8?q?=E5=A4=A7=E7=BA=B2=E5=85=A5=E9=97=A8=E4=B9=8B=E5=90=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- _static/links.rst | 1 + learning_map/main.rst | 4 +++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/_static/links.rst b/_static/links.rst index bdcf310e..ec1bcf1c 100644 --- a/_static/links.rst +++ b/_static/links.rst @@ -92,6 +92,7 @@ .. _`Type punning in modern C++ - Timur Doumler - CppCon 2019`: https://www.youtube.com/watch?v=_qzMpk-22cc .. _`Undefined Behavior is Not an Error - Barbara Geller & Ansel Sermersheim - CppCon 2018`: https://www.youtube.com/watch?v=XEXpwis_deQ .. _`Using Modern CMake Patterns to Enforce a Good Modular Design - Mathieu Ropert - CppCon 2017`: https://www.youtube.com/watch?v=eC9-iRN2b04 +.. _`Want fast C++? Know your hardware! - Timur Doumler - CppCon 2016`: https://www.youtube.com/watch?v=BP6NxVxDQIs .. _`What Has My Compiler Done for Me Lately? Unbolting the Compiler's Lid - Matt Godbolt - CppCon 2017`: https://www.youtube.com/watch?v=bSkpMdDe4g4 .. _`atomic Weapons 1 of 2 - Herb Sutter - C++ and Beyond 2012`: https://www.youtube.com/watch?v=A8eCGOqgvH4 .. _`atomic Weapons 2 of 2 - Herb Sutter - C++ and Beyond 2012`: https://www.youtube.com/watch?v=KeLBd2EJLOU diff --git a/learning_map/main.rst b/learning_map/main.rst index f29272e4..84e707ef 100644 --- a/learning_map/main.rst +++ b/learning_map/main.rst @@ -113,7 +113,8 @@ - `C++ Seasoning - Sean Parent - GoingNative 2013`_ - `Simplicity: Not Just For Beginners - Kate Gregory - CppCon 2018`_ - `What Has My Compiler Done for Me Lately? Unbolting the Compiler's Lid - Matt Godbolt - CppCon 2017`_ -- `STL and Its Design Principles - Alexander Stepanov`_ +- `Want fast C++? Know your hardware! - Timur Doumler - CppCon 2016`_ +- `STL and Its Design Principles - Alexander Stepanov`_ (粗略感觉一遍, 到 :ref:`学习大纲_泛型编程` 再深入理解) ======================================================================================================================== 工具链 @@ -195,6 +196,7 @@ - 《Elements of Programming》(《编程原本》) - 《From Mathematics to Generic Programming》(《从数学到泛型编程》) - 《Notes on Programming》 +- `STL and Its Design Principles - Alexander Stepanov`_ - `Easy to Use, Hard to Misuse: Declarative Style in C++ - Ben Deane - CppCon 2018`_ - `Documentation in the Era of Concepts and Ranges - Christopher Di Bella & Sy Brand - CppCon 2021`_