Introduction - If you have any usage issues, please Google them yourself
Description
This assignment tests your knowledge of C++ memory management, pointers, and parameter passing. The program contained in wordlist.cpp reads a list of words from a text file, and then displays the words to the console. The program, however, contains run-time errors. These errors all relate to the use of pointers, the passing of parameters, and dynamic memory management.
Your task is to correct these errors. The use of a debugger is very strongly suggested. This will save you time and give you practice using a debugger.