Creating a table using VC++I have created a simple program for one of the applications I'm working on, but what is more importa...
Searching through binary (or hex) data Solved
Searching through binary (or hex) data What about if I want to identify the index for more than one zero bit. So lets say we have : 1001011...
Searching through binary (or hex) data amazing, worked like a charm. I guess this loop stops once a zero bit index is found and returns i...
Searching through binary (or hex) data I have an 8 bit data and I need to find the index where the zero bit occurs. For instance, the data ...
This user does not accept Private Messages