RE: What is the most efficient way to count the number of bits which are set in a value?
is this auestion refers to how many bits are set to 1 in a value. if that is the question then simply convert that value into bit code.... then you can get the answer easily.....