PandaDEV@lemmy.ml to Programmer Humor@lemmy.ml · 12 days agounsafeCodeimagemessage-square20fedilinkarrow-up1379arrow-down119
arrow-up1360arrow-down1imageunsafeCodePandaDEV@lemmy.ml to Programmer Humor@lemmy.ml · 12 days agomessage-square20fedilink
minus-squareBogus5553@lemm.eelinkfedilinkarrow-up4·11 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.