Skip to content

Commit

Permalink
docs: 调整学习大纲入门之后
Browse files Browse the repository at this point in the history
  • Loading branch information
FeignClaims committed Oct 25, 2024
1 parent bc2a2fa commit 23b21e9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions _static/links.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 3 additions & 1 deletion learning_map/main.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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:`学习大纲_泛型编程` 再深入理解)

========================================================================================================================
工具链
Expand Down Expand Up @@ -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`_

Expand Down

0 comments on commit 23b21e9

Please sign in to comment.