PandaDEV@lemmy.ml to Programmer Humor@lemmy.ml · 1 day agounsafeCodeimagemessage-square18fedilinkarrow-up1341 cross-posted to: [email protected]
arrow-up1341imageunsafeCodePandaDEV@lemmy.ml to Programmer Humor@lemmy.ml · 1 day agomessage-square18fedilink cross-posted to: [email protected]
minus-squareaffiliate@lemmy.worldlinkfedilinkarrow-up5·14 hours agogod, what a beautiful language. it brings a tear to my eye
minus-squareBogus5553@lemm.eelinkfedilinkarrow-up3·4 hours 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.
god, what a beautiful language. it brings a tear to my eye
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.