To everyone in CS 362 ... I realized after class that I should have done question 8. You knew to look in the supplements for the code, but when I looked at that more closely, I saw that some of the answers were for an older sample test while some were for the sample you had from October 2009. So I have adjusted the files in the supplements to include only items concerning the October 2009 test I gave you as an example. I also added drawings of the answer to question 8. Note that you cannot be precise because after 'delete p3', the memory has been handed back to the memory manager but p3 still points there. p3 is a dangling reference. Supplements for test 1 are at: http://cs.millersville.edu/~katz/cs362/supplements/test1/ Also note that the complete code will not compile without the code for a doubly-linked list node. I am not going to put that there because it is part of your next assignment. Instead, I adjusted the answer to use a singly linked list. That code is in TestOct2009.cpp. Ms. Katz