From 220a44e59d2b9e921eae370998c01aa393b46a73 Mon Sep 17 00:00:00 2001 From: Evgeny Melnikov Date: Fri, 14 May 2021 13:28:43 +0300 Subject: [PATCH] Introduced external sources for the C++ --- CommunitySources.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 CommunitySources.md diff --git a/CommunitySources.md b/CommunitySources.md new file mode 100644 index 0000000..23e69b6 --- /dev/null +++ b/CommunitySources.md @@ -0,0 +1,21 @@ +# Community sources + +## C++ World + +- https://en.cppreference.com/w/ +- https://www.cplusplus.com/reference/ +- https://isocpp.github.io/CppCoreGuidelines/CppCoreGuidelines + +## Popular conferences + +- C++ Russia: https://cppconf.ru/ +- Cpp Con: https://cppcon.org/ +- Meeting C++: https://meetingcpp.com/ +- Cpp Now: https://cppnow.org/ + +## Conference youtube channels + +- [C++ Now](https://www.youtube.com/user/BoostCon) +- [C++ Russia](https://www.youtube.com/channel/UCJ9v015sPgEi0jJXe_zanjA) +- [Meeting cpp](https://www.youtube.com/user/MeetingCPP) +- [Cpp Con](https://www.youtube.com/user/CppCon)