Input txt file with single quotes

Apr 11, 2011 at 8:16pm
I am in the process of writing a program that needs to read an input file and then tally the number of times each letter is used. My issue is the input file as single quotes in it. So when I run my program it bombs out at the single quote with an Assertion Error. How do I get the program to ignore the single quote?
Last edited on Apr 11, 2011 at 11:34pm
Topic archived. No new replies allowed.