Skip to content

Commit

Permalink
feat: 添加资料到学习大纲基础部分
Browse files Browse the repository at this point in the history
  • Loading branch information
FeignClaims committed Oct 3, 2024
1 parent a39f931 commit f658b00
Show file tree
Hide file tree
Showing 2 changed files with 3 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 @@ -69,6 +69,7 @@
.. _`Better Code: Concurrency - Sean Parent - NDC London 2017`: https://www.youtube.com/watch?v=zULU6Hhp42w
.. _`C++ Seasoning - Sean Parent - GoingNative 2013`: https://www.bilibili.com/video/BV1cF4m1c7UE
.. _`CMake 2022 C++ Modules and More - Bill Hoffman - CppNow 2022`: https://www.youtube.com/watch?v=hkefPcWySzI
.. _`Cpu Caches and Why You Care - Scott Meyers - code::dive conference 2014`: https://www.youtube.com/watch?v=WDIkqP4JbkE
.. _`Deep CMake for Library Authors - Craig Scott - CppCon 2019`: https://www.youtube.com/watch?v=m0DwB4OvDXk
.. _`Documentation in the Era of Concepts and Ranges - Christopher Di Bella & Sy Brand - CppCon 2021`: https://www.youtube.com/watch?v=nm45t2fnUms
.. _`Easy to Use, Hard to Misuse: Declarative Style in C++ - Ben Deane - CppCon 2018`: https://www.youtube.com/watch?v=I52uPJSoAT4
Expand Down
3 changes: 2 additions & 1 deletion learning_map/main.rst
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,8 @@
- `Stop Teaching C - Kate Gregory - CppCon 2015`_
- `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`_
- `Cpu Caches and Why You Care - Scott Meyers - code::dive conference 2014`_

========================================================================================================================
工具链
Expand Down Expand Up @@ -177,7 +179,6 @@
========================================================================================================================

- `Abstraction Patterns: Making Code Reliably Better Without Deep Understanding - Kate Gregory - ACCU 2022`_
- `What Has My Compiler Done for Me Lately? Unbolting the Compiler's Lid - Matt Godbolt - CppCon 2017`_
- 《C++ Software Design - Design Principles and Patterns for High-Quality Software》
- `Inheritance Is The Base Class of Evil - Sean Parent - GoingNative 2013`_
- `SOLID, Revisited - Tony Van Eerd - CppNow 2021`_
Expand Down

0 comments on commit f658b00

Please sign in to comment.