= Introduction =
Our third In this assignment , you will have you construct an integer holding linked list, adapt it into a templated linked list, then create an a '''bonus''' object editor utilizing the list. You will use == Testing ==Use the testing package linked [https://scs.senecac.on.ca/~hasan.kamal-al-deen/public_resources/oop344/a3test_mar262014.zip here(Updated March 26 2014)] to test your assignment. The linked lists have automated tests; Please read the rest of the assignment has some automated tests and some visual testsnotes/comments in a3test.cpp. Please note the filename and test number conveniently == Expectations ==Test numbers are provided in at the section headers for end of each required class/functionspec heading, as are file names.
[[Sanity_20141_-_OOP344 | Please read this note on code SANITY]].
* intlist.cpp
* list.h
* Will update with part 3 soon.
== Part 1: Integer Linked List ==