Ask HN: Best C Package Manager?

3 points by archivist1 ↗ HN
Want to develop a cross-platform (win/posix) project in C/C++ for small binary size (and learning) and want to be as efficient and productive as I am in Node/JS with npm.

I'm thinking a package manager can help me learn and avoid writing a lot of boilerplate.

1 comment

[ 4.1 ms ] story [ 14.4 ms ] thread
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.