←back to thread

288 points Twirrim | 1 comments | | HN request time: 0.21s | source
Show context
Iwan-Zotow ◴[] No.41874860[source]
In a char, not in a byte. Byte != char
replies(3): >>41874915 #>>41874969 #>>41878054 #
1. gpderetta ◴[] No.41878054[source]
In C and C++ a byte and a char are the same size by definition. Don't confuse a byte with an octet.