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?<p>I'm particularly interested on how to integrate with tools such as static analysis, code coverage, profilers, address sanitisers etc.
This is not a specific project per se, but more so a suggestion on how to layout a simple C++ based project and an associated Makefile:<p><a href="https://www.partow.net/programming/makefile/index.html" rel="nofollow">https://www.partow.net/programming/makefile/index.html</a>