Discussion Board
Go to the previous messageGo to the following message
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.
Post response

Go to the previous messageGo to the following message
Current Thread Detail:
reading in the data file      Liu, William Y.      Mon Oct 8 2001 10:28 pm       
Re: reading in the data file      Lee, Charles C.      Mon Oct 8 2001 11:06 pm       
Re: reading in the data file      Chen, Richard      Thu Oct 11 2001 9:56 pm       
Re: reading in the data file      Liu, Limin Angela      Tue Oct 9 2001 2:30 pm       

Back to previous screen