[ad_1]
Unsigned char’s (assuming char is only eight bits) can only represent 28 numbers, from 0 to 255. You’ll need to use another type such as int to represent this.
2
[ad_2]
solved Exceeding unsigned boundary [closed]
[ad_1]
Unsigned char’s (assuming char is only eight bits) can only represent 28 numbers, from 0 to 255. You’ll need to use another type such as int to represent this.
2
[ad_2]
solved Exceeding unsigned boundary [closed]