Hacker News new | ask | show | jobs
by Chinjut 53 days ago
I'd trust you a lot more if you actually pointed out something wrong with my statement.
1 comments

It is wrong that signed types in C implement modular arithmetic. They have undefined behavior on overflow.
I see. That is fair, thank you for pointing this out to me.