[cs33211] Re: OS Project 03 Question

Mikhail Nesterenko mikhail at cs.kent.edu
Thu Apr 9 09:58:24 EDT 2009


> In regards to retrieving input, are we to also ignore all whitespace 
> (tabs, spaces, newlines) and just record alphanumeric characters? That's 
> what the project description looks like. When we output the contents 
> from the disk later on, won't this result in one long stream of 
> characters with no spaces, newlines, and so forth?


Whitespace characters might be input. Your program should ignore it.
On your disk, you should only record 0-9, A-Z, and a-z characters.

Thanks,
--
Mikhail


More information about the cs33211 mailing list