C++ Reference
Analysis
Pre-compilation
C++ Insights is a Clang-based tool that does a source-to-source transformation. The goal of C++ Insights is to make things visible that normally and intentionally happen behind the scenes. C++ Insights helps you, for example, a lot to get a deeper insight into this automatic process of template instantiation, auto variables, etc.

Compilation
Debug
Performance
Materials and manuals
C++ Standards Committee Papers
International Conference
CPPcon
CppCon is the largest annual gathering for the entire C++ community.
https://www.youtube.com/user/cppcon
https://github.com/CppCon (Slides and other materials)
CPPNow
emBO++
https://embo.io/ https://www.youtube.com/@NerdForce1/videos
MeetingC++
https://www.youtube.com/@MeetingCPP
Code::Dive
https://www.youtube.com/@codediveconference
C++Now
https://www.youtube.com/@BoostCon
Doc
cppreference
https://en.cppreference.com/w/
https://en.cppreference.com/w/cpp/links
C++ Core guidelines
https://isocpp.github.io/CppCoreGuidelines/CppCoreGuidelines
List of C++ compilers
https://en.wikipedia.org/wiki/List_of_compilers#C++_compilers
Comparison of programming languages
https://en.wikipedia.org/wiki/Comparison_of_programming_languages
Search code examples
Guidelines Support Library (GSL)
https://github.com/Microsoft/GSL
Blogs
YouTube channel's
CppCon
https://www.youtube.com/@CppCon
Authors
Bjarne Stroustup
The inventor of C++ and our greatest C++ guru
https://www.stroustrup.com/C++11FAQ.html







