Dear all.
please kindly but freely provide of your ideas and thought about following.
I need to get binary bits of variety of files regardless of ASCII, Unicode, or even non-printable etc. I searched following seems to be commonly used but not for all.
bits[i] = ((1<<i) & c) != 0 ? 1:0;
bitset<8> qBits(buffer[j]);
Will you please provide any other way of getting bits of files???
This is important task for me, and any of your response will highly be appreciated.
Thanks in advance for your attention.
Sincerely
Ted