top | item 47020244

(no title)

colonCapitalDee | 14 days ago

C's package management story is unfriendly to say the least. A header only library simplifies it dramatically, and makes it much more straightforward to integrate dependencies into your application.

discuss

order

johnisgood|14 days ago

Using your OS' package manager IS C's package management. Is it really that difficult to use apt, pacman, or BSD's "pkg"?

1718627440|14 days ago

This. Wish I could upvote this 10 times.

kreco|14 days ago

What if I'm using 10 different OS?

I can still push the file on git and it works everywhere else.