Current Forum: Homework 4 - Huffman Trees (Part 1) |
Date: Fri Oct 12 2001 6:27 pm |
Author: Ghosh, Debmallo S. <dsghosh@cmu.edu> |
Subject: Re: end of the compressed file? |
|
|
If you're reading 8 bits at a time, you shouldn't multiply numBytes( ) by 8, as that would make your program expect 8 * numBytes( ) bytes. |
|