Ask HN: Modern C++ Project Template?

5 points by helltone ↗ HN
I'm starting a new C++ project in 2020, does anyone have a starter blank template to suggest, or can you recommend a project I can inspire myself from?

I'm particularly interested on how to integrate with tools such as static analysis, code coverage, profilers, address sanitisers etc.

3 comments

[ 3.1 ms ] story [ 14.4 ms ] thread
same here but i am looking for modern C project template. also what's the best way to manage dependencies in a c project?