Next: Extension
Up: Second assignment
Previous: Storing misspelled words
There are two simple checks you can make:
- if you use an empty (but existing) file as the dictionary, the
program should list every word in the text file as misspelled
- if you use the dictionary itself as the text file, the program
should list no word in the text file as misspelled.
For your own benefit, you should carry out both checks.
Peter Williams
2005-06-07