PandaDEV@lemmy.ml to Programmer Humor@lemmy.ml · 1 month agounsafeCodeimagemessage-square20fedilinkarrow-up1382arrow-down120
arrow-up1362arrow-down1imageunsafeCodePandaDEV@lemmy.ml to Programmer Humor@lemmy.ml · 1 month agomessage-square20fedilink
minus-squareBogus5553@lemm.eelinkfedilinkarrow-up4·1 month 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.