PandaDEV@lemmy.ml to Programmer Humor@lemmy.ml · 14 days agounsafeCodelemmy.mlimagemessage-square19fedilinkarrow-up1346arrow-down117 cross-posted to: [email protected]
arrow-up1329arrow-down1imageunsafeCodelemmy.mlPandaDEV@lemmy.ml to Programmer Humor@lemmy.ml · 14 days agomessage-square19fedilink cross-posted to: [email protected]
minus-squareBogus5553@lemm.eelinkfedilinkarrow-up4·13 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.