Files
CppDeveloperRoadmap/Chinese/CommunitySources.md
2023-04-16 17:13:54 +02:00

41 lines
1.7 KiB
Markdown

# :gem: 社区资源
## :bookmark_tabs: C++ 通用
- [CppReference](https://en.cppreference.com)
- [CPlusPlus](https://www.cplusplus.com/reference)
- [C++ Core Guidelines](https://isocpp.github.io/CppCoreGuidelines/CppCoreGuidelines)
- [Microsoft GSL C++ (Guidelines Support Library)](https://github.com/microsoft/GSL)
- [News from the C++ Standardization Committee](https://isocpp.org/)
- [C++ Online Compiler Explorer](https://gcc.godbolt.org)
## :satellite: 流行的 C++ 会议
- [C++ Russia](https://cppconf.ru/en)
- [Cpp Con](https://cppcon.org/)
- [Meeting C++](https://meetingcpp.com/)
- [C++ Now](https://cppnow.org/)
## :tv: C++ 会议 YouTube 频道
- [C++ Russia](https://www.youtube.com/channel/UCJ9v015sPgEi0jJXe_zanjA)
- [Cpp Con](https://www.youtube.com/user/CppCon)
- [Meeting C++](https://www.youtube.com/user/MeetingCPP)
- [C++ Now](https://www.youtube.com/user/BoostCon)
## :exclamation: 学习 C++ 的可选资源
- [Learncpp.com](https://www.learncpp.com/) - It is a free website devoted to teaching you how to program in C++. It's being updated regularly.
- [Hackingcpp.com](https://hackingcpp.com/index.html) - The all-in-one web portal with diffenent collections of materials related to C++: books, cheat sheets, recordings from conferences, etc.
- [Awesomecpp.com](https://awesomecpp.com) - The set of different sources about the C++.
- [Cpp Con (back to basics)](https://www.youtube.com/playlist?list=PLHTh1InhhwT5o3GwbFYy3sR7HDNRA353e)
## :star: 其他有趣的仓库
- [现代C++语言和库特性速查表](https://github.com/AnthonyCalandra/modern-cpp-features)
- [C++的库和框架集合](https://github.com/fffaraz/awesome-cpp)
---
[**To main page**](README.md)