C++ Resources

Pick your own problems and solve those using C++, if you need code reviews then you already know the right place (here). Advent of Code is always a good idea or you just do something else, here are some ideas:

Concepts

Libraries

  • Abseil - Abseil is an open source collection of C++ libraries drawn from the most fundamental pieces of Google’s internal codebase. These libraries are the nuts-and-bolts that underpin almost everything Google runs.

C++ Build Systems

See also Build Systems

Context

Articles & Talks