monica_b1998@lemmy.world to C Programming Language@programming.dev · 4 months agoModern Tools for Hunting Undefined Behavior in Cslicker.meexternal-linkmessage-square2linkfedilinkarrow-up11arrow-down10
arrow-up11arrow-down1external-linkModern Tools for Hunting Undefined Behavior in Cslicker.memonica_b1998@lemmy.world to C Programming Language@programming.dev · 4 months agomessage-square2linkfedilink
minus-squareumt@lemmynsfw.comlinkfedilinkarrow-up0arrow-down1·4 months ago Don’t write in languages with UB. End of list
minus-squarex74sys@programming.devlinkfedilinkarrow-up1·11 days agoRust made the same mistake that C++ made, otherwise it might’ve been a viable option. Now instead debugging a memory issue for 3 days, I think a month on how to architect my software, just to scrap that 5 months later and rewrite it from scratch.
End of list
Rust made the same mistake that C++ made, otherwise it might’ve been a viable option. Now instead debugging a memory issue for 3 days, I think a month on how to architect my software, just to scrap that 5 months later and rewrite it from scratch.