Description: ①: using a single linked list implementation of this procedure requires that each node of a singly linked list to store student information.
②: linked list class to create a linked list class (List), the following functions:
Create lists, insert nodes, delete nodes, edit node, display the node, save the linked list information, read into the data files and other functions (detailed description see the source code).
③: Create an action class (Operater), the operator class implements the following functions:
Display the menu, the linked list.
To Search:
File list (Check if you may need any files):
学生管理系统\List.cpp
............\List.h
............\main.cpp
............\Operater.cpp
............\Operater.h
............\student.txt
............\链表实现--C++版本.dsp
............\链表实现--C++版本.dsw
............\链表实现--C++版本.ncb
............\链表实现--C++版本.plg
............\链表实现--C++版本.opt
............\Debug\vc60.idb
............\.....\vc60.pdb
............\.....\List.obj
............\.....\main.obj
............\.....\Operater.obj
............\.....\链表实现--C++版本.ilk
............\.....\链表实现--C++版本.exe
............\.....\链表实现--C++版本.pdb
............\.....\student.txt
............\说明文档.doc
............\Debug
学生管理系统