Current Forum: Homework 4 - Huffman Trees (Part 1) |
Date: Thu Oct 11 2001 9:56 pm |
Author: Chen, Richard <richardc@andrew.cmu.edu> |
Subject: Re: reading in the data file |
|
|
You're alllllmost "actually reading in their ASCII codes." The byte is of type byte, which is frustrating since some people, like myself for example, need to associate it with a more concrete data type like int.
byte is of type byte, but you could think of it as *similar* to type int.
I feel confused. I wish we were taught about the bit and bytes instead of having to create Test.java's and figuring it all out ourselves. |
|