TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: Best C Package Manager?

3 点作者 archivist1超过 5 年前
Want to develop a cross-platform (win&#x2F;posix) project in C&#x2F;C++ for small binary size (and learning) and want to be as efficient and productive as I am in Node&#x2F;JS with npm.<p>I&#x27;m thinking a package manager can help me learn and avoid writing a lot of boilerplate.

1 comment

catacombs超过 5 年前
What packages could you possibly need? Much the C standard library is already installed on your machine and can be used to build just about anything.