Example

Bit Reading Test

2

nousername010 2020-12-13 08:11 (Edited)

I have been experimenting in not only jamming data into bits and bytes to use the least memory possible and also in reading those packed bits.

Example shows a binary string converted into a number, and how to read one section and ignore the rest of the said series of bits.

You can say it's a way of peeking on a bit(s).


Log in to reply.