I'm trying to take any file, text, jpg, doc, whatever and taking what is in the file and read it in as Ascii code, count the number of codes and do arithmetic compression on the whole thing. My biggest problem is reading everything into an ascii code, I can read it as bytes, but I'm stuck as to...