operating with binary
- From: "QQ" <junciu@xxxxxxxxx>
- Date: 30 Aug 2006 08:18:10 -0700
Hi I have a unsigned char array, but I need to compress it in the bit
level.
for instance the array is 0x91,0x92,0x93....
I need to change it into a bit stream like 10010001 10010010 10010011
....
and operate this stream bit by bit and transform it into another bit
stream,
and convert that bit stream into an unsigned char array.
How can I do it?
Thanks a lot!
.
- Follow-Ups:
- Re: operating with binary
- From: Joe Wright
- Re: operating with binary
- From: Frederick Gotham
- Re: operating with binary
- From: mospehraict
- Re: operating with binary
- From: Nick Keighley
- Re: operating with binary
- From: Spiros Bousbouras
- Re: operating with binary
- Prev by Date: Re: A newbie's code
- Next by Date: Re: is the C library a wrapper for windows API?
- Previous by thread: MD5 Hashing
- Next by thread: Re: operating with binary
- Index(es):
Relevant Pages
|
|