Lab 14

Linked Lists

Refer to the following page for information on linked lists: http://logos.cs.uic.edu/Examples%20And%20Notes/notes/C%2B%2B/Ch10LinkedList/index.htm,

and review the code here: http://logos.cs.uic.edu/Examples%20And%20Notes/examples/TheExamples/DynamicMemory/LinkedLists/listprog.cpp.

Modify and submit the attached lab_14.cpp (a linked list tic tac toe game).  Only put your code in the 3 functions at the bottom that you're implementing (aside from putting your name and your partner's in main).

Make sure that undo sets the move back to the correct player.

UPDATE: a revised version of the template code for you to start with has been included as an attached file.  This new version is closer to the code we have been discussing in class.

Due Thursday 11/24 at 11 AM.