Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
Be happy that there isn't such a thing - because you see with NPM where it goes once it's "so easy" to incur dependencies. You don't get a solution for your maybe ten dependencies.
Instead, you get an ecosystem where you suddenly download random shit from all over the internet and have no idea what code your project even contains.
Also, C/C++ aren't just for short-lived web trash. That stuff sometimes needs to build ten years later in that exact form. That's also a drawback with Rust where you see it was conceived in a web shithole. -
Geoxion9033yYeah it's really one of the worst sides of C and C++.
It's such a pain to deal with all the different build systems every library uses and make them all play nice in your project.
There are a couple. I've tried Conan and vcpkg and both were ok
Related Rants
-
xjose97x19Just saw a variable in C named like this: long time_ago; //in a galaxy far away I laughed no stop.
-
elgringo41Student - Teacher renaming .c to .exe make the program executable ? Teacher - Yes A group of people stand up...
-
Unskipp24So this happened last night... Gf: my favorite bra is not fitting me anymore Me: get a new one ? Gf: but it ...
I love C and C++ but their dependency management stuck, there’s a package manager for them which offers a nice experience comparable to Go or Rust?
question
c
c++
rust
golang
cargo