PandaDEV@lemmy.ml to Programmer Humor@lemmy.ml · 2 months agounsafeCodelemmy.mlexternal-linkmessage-square19linkfedilinkarrow-up1378arrow-down121 cross-posted to: programmer_humor@programming.dev
arrow-up1357arrow-down1external-linkunsafeCodelemmy.mlPandaDEV@lemmy.ml to Programmer Humor@lemmy.ml · 2 months agomessage-square19linkfedilink cross-posted to: programmer_humor@programming.dev
minus-squareBogus5553@lemm.eelinkfedilinkarrow-up4·2 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.