This will be an ever-increasing list of useful links. Mostly related to learning C++.

Learning Resources

YouTube Channels

Podcasts

General Pages

Interesting Blogs

Topic specific posts

Tools

General

  • iwyu: As the name suggests: “include what you use”
  • mold: Fast linker. Only available on Linux.
  • Sourcetrail: Source code explorer. See this blog post.

Static Analyzers

  • cppcheck
  • clang-tidy: C++ linter. Can perform a vast number of checks, e.g. C++ Core Guidelines.

Performance Analysis

Online Tools

CMake-specific