Published using Google Docs
object oriented programming - oop - homework
Updated automatically every 5 minutes

For the week of March 1-4

Read chapters 6 and 7 in the text.  

Make CRC cards for your current project (see chapter 6).

Implement the iterator pattern for a singly linked list (of ints) data structure: see the linkedlist.cpp example on the K: drive in the Share folder under Iterators:

K:\CSCI375\001\Share\Iterators\linkedlist.cpp

Create a project that works correctly with the #if 0 replaced with a #if 1