My personal cheatsheet and handbook for C++ development.
It would be my pleasure if it helps you too.
There are example code files in CPPex folder. The path and the cheatsheet are related.
Install and activate CPP23
std::print
A special way to create function: auto func() -> type {}