links:

group: C++

items:
- name: C++ Club
  url: https://github.com/Cpp-Club/Cxx_HOPL4_zh/
- name: Google C++ Style Guide
  url: https://google.github.io/styleguide/cppguide.html
- name: ISOCpp
  url: https://isocpp.org/
- name: C++ faq
  url: https://isocpp.org/faq
- name: tips of week
  url: https://abseil.io/tips/
- name: 静态线程安全分析(Static Thread Safety Analysis)
  url: https://clang.llvm.org/docs/ThreadSafetyAnalysis.html
- name: msvc
  url: https://docs.microsoft.com/zh-cn/cpp/cpp/?view=msvc-160
- name: 知乎文章
  url: https://zhuanlan.zhihu.com/p/88434924
- name: good
  url: https://hackingcpp.com/
- name: cpp指南
  url: https://hackingcpp.com/cpp/beginners_guide.html
- name: learncpp
  url: https://www.learncpp.com/cpp-tutorial/introduction-to-cpp-development/
- name: 游戏编程模式
  url: https://gpp.tkchu.me/
- name: C++知识点查漏补缺
  url: https://github.com/nwpuhq/AwesomeCpp
- name: 《C++并发编程实战第2版》
  url: https://www.zhihu.com/column/c_1307735602880331776
- name: Effective C++ 
  url: https://www.cnblogs.com/xiaojianliu/p/12693603.html
- name: AwesomeCpp
  url: https://github.com/nwpuhq/AwesomeCpp
- name:  C++设计模式 
  url: https://github.com/liu-jianhao/Cpp-Design-Patterns