Hacker News new | ask | show | jobs
by SkeuomorphicBee 347 days ago
Not in C. In C signed integer overflow is underined behaviour that may or may not be compiled to the equivalent of mod arithmetic dependingonthe whims of the compiler.
1 comments

C oddities should be relegated to a footnote, not define what computer science is.