N
niko
Hi all,
I was working on bits and in the end moving them to another variabile
The original sequence is
00000000100011000000000000000000
while once moved with memmove() is
00000000000011000000000000000000
which is obviously different.
What could be the problem? Im moving bits from an unsigned to a float if
this may help.
thanx
I was working on bits and in the end moving them to another variabile
The original sequence is
00000000100011000000000000000000
while once moved with memmove() is
00000000000011000000000000000000
which is obviously different.
What could be the problem? Im moving bits from an unsigned to a float if
this may help.
thanx