PandaDEV@lemmy.ml to Programmer Humor@lemmy.ml · 20 days agounsafeCodelemmy.mlexternal-linkmessage-square20fedilinkarrow-up1388arrow-down120
arrow-up1368arrow-down1external-linkunsafeCodelemmy.mlPandaDEV@lemmy.ml to Programmer Humor@lemmy.ml · 20 days agomessage-square20fedilink
minus-squareBogus5553@lemm.eelinkfedilinkarrow-up4·19 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.