| lab_huffman
    Hazardous Huffman Codes | 
A simple command line program that prints a binary file (as created from a BinaryFileWriter) as a sequence of ascii 0s and 1s. More...
| Functions | |
| void | print_usage (const std::string &name) | 
| void | print_as_ascii (const std::string &filename) | 
| int | main (int argc, char **argv) | 
A simple command line program that prints a binary file (as created from a BinaryFileWriter) as a sequence of ascii 0s and 1s.