- cross-posted to:
- monkeyuser@programming.dev
- cross-posted to:
- monkeyuser@programming.dev
cross-posted from: https://programming.dev/post/11028960
You must log in or register to comment.
I thought my exception handling would be like having a jet-ejection seat sending me into space.
In Ada, integer overflows produce compile time errors unless you create a new data type that is explicitly marked as being allowed to overflow.
Why people think C is better is a mystery.