Blog posts with tag "bit-manipulation"

C# Bit manipulation by example (part 2)

February 02, 2011

The previous post explained: Counting and arithmetic in base 2,8,10,16 (binary, octal and decimal,hexadecimal), Sign magnitude 1/2s…

C# Bit manipulation by example (part 1)

December 22, 2010

This is the first part of two blog posts trying demystify bit manipulation in C/C#. Below are several topics that I found useful background…