c++ - Resources to learn bitwise programming? -
I am a C ++ programmer and sometimes I come in some code that bitwise operator in things at bit level Is using manipulation, but I do not have any real understanding of those concepts, so I want a resource to help in knowing that it will become another nature. Does anyone know of good resources for this? A Google search did not provide me very useful information, maybe I do not know what to watch. Thanks!
I absolutely love Henry Warren's book for this, Chapter 2 ("Basics" ) Provides a free sample, which, despite the name, provides some quite sophisticated bit manipulation moves. It can not be the best place to start, but once you become comfortable with a little arithmetic, then it's great.
Comments
Post a Comment