lab_huffman
Hazardous Huffman Codes
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 12]
 CBinaryFileReaderBinaryFileReader: interface for reading binary files, bit by bit or byte by byte
 CBinaryFileWriterBinaryFileWriter: interface for writing to binary files, bit by bit or byte by byte
 CFrequencyFrequency: a plain-old-data type representing a character and its frequency
 CHuffmanTreeHuffmanTree: class that represents a Huffman tree for encoding and decoding files with Huffman coding
 CTreeNodeTreeNode class: internal representation of the Huffman tree