Changes

Jump to: navigation, search

Project A3 20141 - OOP344

7 bytes added, 09:23, 3 April 2014
m
Class: IntListNode, Files: [intlist.h, intlist.cpp], Test: 0
Build the classes IntList and IntListNode. Place the headers in intlist.h and the implementation in intlist.cpp. These classes form an integer linked list.
=== Class: IntListNode, Files: [intlist.h, intlist.cpp], TestNumber: 0 ===
Integer linked list node. Node is considered last in the list if its next pointer is NULL. Note the public and protected sections below. You may need to make IntList a friend of this class.

Navigation menu