next up previous contents
Next: The CELL_CORE Class: Up: The Void List Type: Previous: The Void List Type:

A Specific List Class: Double Lists:

Consider a double list class in all its glory: as usual, we begin the header file with the necessary includes:

#ifndef DOUBLE_SL_LIST_H
#define DOUBLE_SL_LIST_H
#include <iostream.h>
#include <string.h>
#define DOUBLE double



 

Jim Peterson
1999-05-17