Made for a Data structures and Algorithms course, the program compresses a given text file using a Huffman Tree
./huffman.exe (-c | -d) <filenam>
-c
: compress-d
: decompress
I had to implement my own bit-level IO functinos. They work pretty well.