PandaDEV@lemmy.ml to Programmer Humor@lemmy.ml · 11 days agounsafeCodelemmy.mlimagemessage-square20fedilinkarrow-up1381arrow-down118 cross-posted to: programmer_humor@programming.dev
arrow-up1363arrow-down1imageunsafeCodelemmy.mlPandaDEV@lemmy.ml to Programmer Humor@lemmy.ml · 11 days agomessage-square20fedilink cross-posted to: programmer_humor@programming.dev
minus-squareBogus5553@lemm.eelinkfedilinkarrow-up4·10 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.