LinkedList 0.1
Implementing a simple linked-list in C++
Data Structures
Here are the data structures with brief descriptions:
 CSllNodeThe linked-list support data structure:
 CStudentThe data to be stored in the list