LinkedList 0.1
Implementing a simple linked-list in C++
|
The linked-list support data structure: More...
#include <linked-list.h>
Data Fields | |
Student | reg |
Student data. | |
struct SllNode * | next |
Pointer to next node. | |
The linked-list support data structure: