Obtain the file P5LinkedListPeopleNov6.txt and P5Linked List program. The P5LinkedListPeopleNov6.txt file contains 100 people were created by our PersonGen class.
-
You will need to turn in your development project folder, LastnameP5 to the assignment P5 Linked lists..
-
As usual, your project should have the PersonGen folder containing the generator header files and .lib file(s). Your project settings will need to reference the lib file.
-
Run the test script file using the Persons file with your generator.
-
Write out your name and date as the first lines in the log file.
-
Turn in the log file for the assignment P5 LinkedList Test Run.
-
If your program crashes at certain points in the testing, you may comment out the necessary lines to get a complete run. BUT you must indicate in your log file the commands you had to exclude.