C++学习资料存档。
B站
GitHub
速查表
- gibsjose/cpp-cheat-sheet
- mortennobel/cpp-cheatsheet
- ufoym/cpp-core-guidelines-cheatsheet
- karansaxena/STL_Cheat_Sheets
- muqsitnawaz/modern-cpp-cheatsheet
- crazyguitar/cppcheatsheet
教程
- Light-City/CPlusPlusThings
- wuye9036/CppTemplateTutorial
- applenob/Cpp_Primer_Practice
- balloonwj/CppGuide
- ZachL1/Bilibili-plus
- AnkerLeng/Cpp-0-1-Resource
- Ewenwan/ShiYanLou
- steveLauwh/SGI-STL
- youngyangyang04/TechCPP
- dendisuhubdy/cpp_exercises
常用算法实现
新特性
- Cpp-Club/Cxx_HOPL4_zh
- changkun/modern-cpp-tutorial
- AnthonyCalandra/modern-cpp-features
- rigtorp/awesome-modern-cpp
- federico-busato/Modern-CPP-Programming
- CnTransGroup/EffectiveModernCppChinese
- 0voice/cpp_new_features
- tip-of-the-week/cpp
- netcan/advanced-cpp20-programming
并发
- xiaoweiChen/Cpp_Concurrency_In_Action
- xiaoweiChen/CPP-Concurrency-In-Action-2ed-2019
- downdemo/Cpp-Concurrency-in-Action-2ed
- anthonywilliams/ccia_code_samples
- xiaoweiChen/Concurrency-with-Modern-Cpp
代码规范
- isocpp/CppCoreGuidelines
- lynnboy/CppCoreGuidelines-zh-CN
- cpp-best-practices/cppbestpractices
- Tencent/secguide
- JuanCrg90/Clean-Code-Notes
- trekhleb/state-of-the-art-shitcode
- facontidavide/CPP_Optimizations_Diary
- FengJungle/DesignPattern
- igl42/cpp_software_design
- PickNikRobotics/roscpp_code_format
- igl42/oreilly
- XiaotaoGuo/Effective-Cpp-Reading-Note
设计模式
- kamranahmedse/design-patterns-for-humans
- DovAmir/awesome-design-patterns
- clpsz/Book-HFDP-Code
- mrlegowatch/HeadFirstDesignPatternsCpp
- yaocoder/DesignPattern
- fsaadatmand/Head-First-Design-Pattern-CPP-Examples
网站
教程
语法查询
代码规范
在线工具
编译运行
分析调试
书籍
- 《C++语言程序设计》
- 《C++ Primer》
- 《Effective C++》
- 《Effective Modern C++》
- 《C++ Core Guidelines解析》