#include <linked_lists.h>
Provides a standard doubly linked list for fun and profit Utilizes a neat trick off of Flipcode where the back pointer is a pointer to a pointer, allowing easier transfer of nodes between lists, &c And a template class, of course