# Community sources ## C++ General - [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) ## 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 - [A cheatsheet of modern C++ language and library features](https://github.com/AnthonyCalandra/modern-cpp-features) - [Collection of libraries and frameworks for C++ ](https://github.com/fffaraz/awesome-cpp) --- [**To main page**](../README.md)