@[email protected] to Programmer [email protected] • 1 year agoC++ Momentlemmy.worldimagemessage-square156fedilinkarrow-up11.04K
arrow-up11.04KimageC++ Momentlemmy.world@[email protected] to Programmer [email protected] • 1 year agomessage-square156fedilink
minus-square@[email protected]linkfedilink31•1 year agoRust required you to fix all the errors before running the code.
minus-square@[email protected]linkfedilink15•1 year agoCompared to that trio, they are a rarity that make people excited just to spot one.
minus-squareTurunlinkfedilink5•1 year agoI have a graphical application that crashes regularly when I switch between displays with Ctrl+alt+number. Something in the winit stack does not like it.
minus-squareasudoxlinkfedilink2•edit-21 year agoRuntime errors are rare? Interesting. I guess it depends on how much error handling the dev additionally wants to do.
minus-squarecaseyweedermanlinkfedilink8•1 year agoRust: this garbage code is beneath me, come back when you have your shit together.
Where’s rust?
Rust required you to fix all the errors before running the code.
Runtime errors are still a thing.
Compared to that trio, they are a rarity that make people excited just to spot one.
I have a graphical application that crashes regularly when I switch between displays with Ctrl+alt+number. Something in the winit stack does not like it.
Runtime errors are rare? Interesting. I guess it depends on how much error handling the dev additionally wants to do.
Rust: this garbage code is beneath me, come back when you have your shit together.
Compilation: top row, runtime: button row.