Files
CppDeveloperRoadmap/English/CommunitySources.md
2021-10-30 23:30:21 +03:00

34 lines
1.1 KiB
Markdown

# Community sources
## C++ General
- [CppReference](https://en.cppreference.com)
- [CPlusPlus](https://www.cplusplus.com/reference)
- [C++ Core Guidelines](https://isocpp.github.io/CppCoreGuidelines/CppCoreGuidelines)
- [News from the C++ Standardization Committee](https://isocpp.org/)
## Popular C++ conferences
- [C++ Russia](https://cppconf.ru/)
- [Cpp Con](https://cppcon.org/)
- [Meeting C++](https://meetingcpp.com/)
- [C++ Now](https://cppnow.org/)
## C++ Conference YouTube Channels
- [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)
## Alternative sources for learning C++
- [The ancestor of the roadmap idea](https://www.cjdb.com.au/sg20-and-videos.html)
- [Collection of various C++ resources](https://awesomecpp.com)
- [Cpp con (back to basics)](https://www.youtube.com/playlist?list=PLHTh1InhhwT5o3GwbFYy3sR7HDNRA353e)
## Other interesting repositories
- [Collection of libraries and frameworks for C++ ](https://github.com/fffaraz/awesome-cpp)