[cs33211] Project 3

Mikhail Nesterenko mikhail at cs.kent.edu
Fri Nov 23 20:40:27 EST 2012


>
> Can we get an example of what the DISK.txt file should look like
> after a regular run through?  Is it suppose to be in english letters
> and numbers? Or is it suppose to be all 01's?
> 

characters are represented as zeroes and ones in the computer.  I
suggest not to do any translation of the input characters: receive
input into a character variable and write it to the disk file.

Thanks,
-- 
Mikhail


More information about the cs33211 mailing list