Name: Anonymous 2008-08-29 13:31
...access individual bits in a byte in C++?
int16 (at least 16 bits, whatever works for this platform) vs int16! (exactly 16 bits, mask off if register size is larger). I think there's a language or two that can do this nowadays.