TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: Modern C++ Project Template?

5 pointsby helltoneabout 5 years ago
I&#x27;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&#x27;m particularly interested on how to integrate with tools such as static analysis, code coverage, profilers, address sanitisers etc.

2 comments

ArashPartowabout 5 years ago
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:&#x2F;&#x2F;www.partow.net&#x2F;programming&#x2F;makefile&#x2F;index.html" rel="nofollow">https:&#x2F;&#x2F;www.partow.net&#x2F;programming&#x2F;makefile&#x2F;index.html</a>
fooooobaaaaarabout 5 years ago
same here but i am looking for modern C project template. also what&#x27;s the best way to manage dependencies in a c project?