Programming Resources
For Fun and Learning
Charles Cusack
Computer Science
Hope College
main

Python

C++


JAVA
PHP
SQL
Alice

LList


Description

Download zip file (Right click)
Download tar/gzip file (Right click)

Makefile
listtest.cpp
llist.cpp
llist.h

Description
LList is an implementation of a linked-list, along with a simple program to test the implementation. The example is useful in seeing how to implement a destructor, copy constructor, and assign operator when a "deep" copy is needed.