Match!! to Programmer Humor@programming.devEnglish • 1 year agostd::underflow_errorpawb.socialimagemessage-square30fedilinkarrow-up1620arrow-down112
arrow-up1608arrow-down1imagestd::underflow_errorpawb.socialMatch!! to Programmer Humor@programming.devEnglish • 1 year agomessage-square30fedilink
minus-square@RoyaltyInTraining@lemmy.worldlinkfedilink5•1 year agoIt’s a decent language I guess. My main criticism is that the constructor paradigm just isn’t well suited for RAII. I always find myself retrofitting Rust’s style of object creation into my C++ code.
minus-square@hector@sh.itjust.workslinkfedilink3•1 year agoYeah exactly what I experienced. You just end up rewriting Rust constructs!
It’s a decent language I guess. My main criticism is that the constructor paradigm just isn’t well suited for RAII. I always find myself retrofitting Rust’s style of object creation into my C++ code.
Yeah exactly what I experienced. You just end up rewriting Rust constructs!