Hello. Is there a nice e-book (preferably PDF, like Array and Pointers in C) explaining bitwise operations? Other resources also welcome, but I'm after a self-contained document, if possible.
Thanks
Hello. Is there a nice e-book (preferably PDF, like Array and Pointers in C) explaining bitwise operations? Other resources also welcome, but I'm after a self-contained document, if possible.
Thanks
This isn't an ebook, but it's more of a "cookbook" of many applications of bitwise operations: Bit Twiddling Hacks.