LinkedList 0.1
Implementing a simple linked-list in C++
SllNode Struct Reference

The linked-list support data structure: More...

#include <linked-list.h>

Data Fields

Student reg
 Student data.
 
struct SllNodenext
 Pointer to next node.
 

Detailed Description

The linked-list support data structure:


The documentation for this struct was generated from the following file: