Anonymous
7/3/2025, 3:03:14 AM No.105783385
Literally the only reason why I decided to learn it over C/C++
If there was an exact copy of C or C++ that had the equivalent of cargo/pip/npm/go mod I would use it in a heartbeat
And believe me, I tried giving C++ a shot, but vcpkg doesnt work with like half of libraries, I get linking errors, undefined functions even after I've properly included everything without error, manually getting the correct version of dependencies for the libraries you want to use is a pain in the ass
Its fucking horrendous, there is no excuse for this shit in 2025
Meanwhile with, say, python you just pip install and use the import keyword and It. Just. Werks. Same goes for cargo, npm, go, etc.
If there was an exact copy of C or C++ that had the equivalent of cargo/pip/npm/go mod I would use it in a heartbeat
And believe me, I tried giving C++ a shot, but vcpkg doesnt work with like half of libraries, I get linking errors, undefined functions even after I've properly included everything without error, manually getting the correct version of dependencies for the libraries you want to use is a pain in the ass
Its fucking horrendous, there is no excuse for this shit in 2025
Meanwhile with, say, python you just pip install and use the import keyword and It. Just. Werks. Same goes for cargo, npm, go, etc.
Replies: