mirror of
https://github.com/salmer/CppDeveloperRoadmap.git
synced 2025-12-16 20:17:07 +03:00
1.7 KiB
1.7 KiB
💎 Community sources
📑 C++ General
- CppReference
- CPlusPlus
- C++ Core Guidelines
- Microsoft GSL C++ (Guidelines Support Library)
- News from the C++ Standardization Committee
- C++ Online Compiler Explorer
📡 Popular C++ conferences
📺 C++ Conference YouTube Channels
❗ Alternative sources for learning C++
- Learncpp.com - It is a free website devoted to teaching you how to program in C++. It's being updated regularly.
- Hackingcpp.com - The all-in-one web portal with diffenent collections of materials related to C++: books, cheat sheets, recordings from conferences, etc.
- Awesomecpp.com - The set of different sources about the C++.
- Cpp Con (back to basics)
⭐ Other interesting repositories
- A cheatsheet of modern C++ language and library features
- Collection of libraries and frameworks for C++