HACKER Q&A
📣 archivist1

Best C Package Manager?


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.


  👤 catacombs Accepted Answer ✓
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.