- Effective Modern C++ (Scott Meyers)
- 智能指针: Item 18–22
- 并发 API: Item 35–40
- 移动语义: Item 23–29
- C++ Core Guidelines: https://isocpp.github.io/CppCoreGuidelines/
- Compiler Explorer (Godbolt): https://godbolt.org/
- cppreference.com: https://en.cppreference.com/
- pyserial: https://pyserial.readthedocs.io/
- pytest: https://docs.pytest.org/
- matplotlib: https://matplotlib.org/
- numpy: https://numpy.org/
- Valgrind: https://valgrind.org/
- AddressSanitizer: https://clang.llvm.org/docs/AddressSanitizer.html