Files
CppDeveloperRoadmap/Chinese/CommunitySources.md

41 lines
1.6 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/)- 一个致力于教您如何使用 C++ 进行编程的免费网站,定期更新。
- [Hackingcpp.com](https://hackingcpp.com/index.html) - 一站式的 C++ 资源网站,包括书籍、速查表、会议记录等。
- [Awesomecpp.com](https://awesomecpp.com) - 一系列 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)