PandaDEV@lemmy.ml to Programmer Humor@lemmy.ml · 3 months agounsafeCodelemmy.mlimagemessage-square16linkfedilinkarrow-up196arrow-down14 cross-posted to: programmer_humor@programming.dev
arrow-up192arrow-down1imageunsafeCodelemmy.mlPandaDEV@lemmy.ml to Programmer Humor@lemmy.ml · 3 months agomessage-square16linkfedilink cross-posted to: programmer_humor@programming.dev
minus-squareBogus5553@lemm.eelinkfedilinkarrow-up4·3 months agoI personally think that C++ can be beautiful. For example: std::filesystem::path overrides the / operator, for specifying parent paths. It’s the same as Kotlin’s OKIO and Pythons standard pathlib.
I personally think that C++ can be beautiful. For example:
std::filesystem::path
overrides the/
operator, for specifying parent paths. It’s the same as Kotlin’s OKIO and Pythons standard pathlib.