Posted May 31, 200817 yr I was wondering, how does compression/decompression of bits work?anyone have an example of compressing bits in C++. Just a simple one?
May 31, 200817 yr bits or bytes? most compressors work on bytes. on bits for example arithmetic compression.or you mean bits compression or more encode with lz compressors like upx,aplib,hlz
Create an account or sign in to comment