CS 2124 Object Oriented Programming
Code Samples
Introduction / Review
Vectors
String Streams
Pointers
Class Basics
Inheritance
Separate Compilation / Namespaces
Operator Overloading
Copy Control and the Big 3
Linked Lists
- A simple linked list
toolkit with functions for displaying, adding and removing items, and
finding the length of the list.
- Mostly the same toolkit, however some it uses a Node constructor with default
arguments to simplify some of the functions. A few other short cuts are also
used. Separate compilation.: Node.h,
Node.cpp and testLinkedList.cpp.
- Linked list toolkit using a templated Node class: Node.h (will not be covered in Spring 2007)
Recursion
STL
Templates
Exceptions
Other possibly useful items
Home
Maintained by John Sterling
(jsterling@poly.edu). Last updated
January 23, 2011