Bitfield manipulation in C - Stack Overflow
What it is about the bitfield approach that makes you cringe? Both techniques have their place, and the only decision I have is which one to use: For simple "one-off" bit fiddling, I use the bitwise operators directly. For anything more complex - eg hardw...