Name: Anonymous 2010-06-09 5:28
How are simple operations like adding and subtraction represented using only bitwise operators such as &, |, ^, >>, ~, and <<?
Also, do each of the bitwise operators perform at the same rate, or are some faster than others?
Also, do each of the bitwise operators perform at the same rate, or are some faster than others?