Search Results

Found 1 results for "42bc114d5851adc0bd12ab4952e8a52b" across all boards searching md5.

Anonymous /g/105783385#105783385
7/3/2025, 3:03:14 AM
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.