5903 Intro Scientific Prog:
Count A: Specification
- The program should count the number of occurences of each character in a file
- The output should be a list of the non-zero count character codes (and symbol if printable)
and their counts each on a new line with the character followed by two
spaces and then a left justified long integer giving the number of occurences of that symbol.
- The program should be tested against the following test files
- CountATest1, CountATest2, CountATest3. The first two are
plain text files. The third has some other characters in it.
- Run and time your code on a download of a novel from the
online Gutenburg project. Include a report o this test in the
ReadMe file.