PDA

View Full Version : [C] Bits, Binary, Hexadecimals and whatnot.



OutOfReach
January 13th, 2009, 03:14 AM
Hey guys, you might or might not remember but I posted a thread about bit manipulation a while ago and got it solved. But I since moved on to another exercise involving bits and I can honestly say I do not know hot to solve this.

I have the feeling that the book came on a little too strong about bits and maybe that's why I don't fully grasp it (yet). I tried reading the chapter several times but it makes close to no sense!


So do any of you guys have good bit manipulation (left shift, right shift, XOR, etc) tutorial links that kind of progress from the beginner level to intermediate or advanced...
Thanks!

EDIT: Tutorials with exercises are also welcome. (Or just exercises as long as I have a tutorial...)

u-slayer
January 14th, 2009, 05:38 AM
Tried to post this two days ago, but the forums were down. This tutorial has served me well: http://tinyurl.com/9j8qzo

First Link.