▲ | jbreckmckye 4 days ago | |||||||
Some C programmers take the view that unsigneds have too many disadvantages: undefined behaviour for overflows, and weird type promotion rules. So, they try and avoid uints. | ||||||||
▲ | tekne 4 days ago | parent [-] | |||||||
Umm, signed integers are UB on overflow; unsigned is always fine. | ||||||||
|