PandaDEV@lemmy.ml to Programmer Humor@lemmy.ml · 1 day agounsafeCodeimagemessage-square18fedilinkarrow-up1346 cross-posted to: [email protected]
arrow-up1346imageunsafeCodePandaDEV@lemmy.ml to Programmer Humor@lemmy.ml · 1 day agomessage-square18fedilink cross-posted to: [email protected]
minus-squareBogus5553@lemm.eelinkfedilinkarrow-up4·7 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.
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.