lab_huffman
Hazardous Huffman Codes
 All Classes Namespaces Files Functions Variables Pages
File List
Here is a list of all documented files with brief descriptions:
o*binary_file_reader.cppImplementation of a binary file class for input operations
o*binary_file_reader.hDefinition of a binary file class for input operations
o*binary_file_writer.cppImplementation of a binary file class for output operations
o*binary_file_writer.hDefinition of a binary file class for output operations
o*decoder.cppImplementation of a namespace for decoding files using HuffmanTrees
o*decoder.hDefinitions for functions for the decoder program
o*decoder_prog.cppDecoder program for decoding files compressed with HuffmanTrees
o*encoder.cppImplementation of a namespace for encoding files using HuffmanTrees
o*encoder.hDefinitions for functions for the encoder program
o*frequency.cppImplementation of the Frequency storage class
o*frequency.hDefinition of a character frequency class
o*huffman_tree.cppImplementation of a Huffman Tree class
o*huffman_tree.hDefinition of a Huffman Tree class
\*print_as_ascii.cppA simple command line program that prints a binary file (as created from a BinaryFileWriter) as a sequence of ascii 0s and 1s