HiddenLayer555@lemmy.ml to Programmer Humor@programming.devEnglish · edit-21 month agoWhy make it complicated?lemmy.mlimagemessage-square123linkfedilinkarrow-up1365arrow-down137file-text
arrow-up1328arrow-down1imageWhy make it complicated?lemmy.mlHiddenLayer555@lemmy.ml to Programmer Humor@programming.devEnglish · edit-21 month agomessage-square123linkfedilinkfile-text
minus-squarenintendiator@feddit.cllinkfedilinkEnglisharrow-up1·1 day agoI am not married to any particular language’s syntax choices but sure if we want to play “make it feel like C++”: std::cpp26::string a : std::cpp26::make_unique( std::cpp26::string{} ); I could try and pass it through a number of iostreams or a to_array conversion to see if I can push a to_string() in somewhere…
"".to_string()
probablyI am not married to any particular language’s syntax choices but sure if we want to play “make it feel like C++”:
I could try and pass it through a number of iostreams or a to_array conversion to see if I can push a
to_string()
in somewhere…