My solutions for AoC 2022. This year, I am focusing on practicing several aspects of programming in C++:
- Following the C++ Core Guidelines and using the Guidelines Support Library (GSL).
- Experimenting with
constexpr
and compile-time unit testing. - Getting more familiar with C++20 features, such as the ranges library,
std::span
andoperator<=>
. - Applying best practices from Professional CMake: A Practical Guide