PandaDEV@lemmy.ml to Programmer Humor@lemmy.ml · 12 days agounsafeCodelemmy.mlexternal-linkmessage-square19fedilinkarrow-up11arrow-down10 cross-posted to: programmer_humor@programming.dev
arrow-up11arrow-down1external-linkunsafeCodelemmy.mlPandaDEV@lemmy.ml to Programmer Humor@lemmy.ml · 12 days agomessage-square19fedilink cross-posted to: programmer_humor@programming.dev
minus-squareBogus5553@lemm.eelinkfedilinkarrow-up0·11 days 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.