Match!! to Programmer [email protected]English • 5 months agostd::underflow_errorpawb.socialimagemessage-square30fedilinkarrow-up1601arrow-down110
arrow-up1591arrow-down1imagestd::underflow_errorpawb.socialMatch!! to Programmer [email protected]English • 5 months agomessage-square30fedilink
minus-square@RoyaltyInTraininglink5•5 months 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@[email protected]linkfedilink3•5 months 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!