Description: Doubly linked list the < data structure > for the data structure, combined with the C/C++ language basic knowledge. Write a contacts management system. Data structure knowledge learned to the actual software development.
Design: The system should be completed several functions:
Entry information- enter ()
Display information--- display ()
Find--- search ()
Delete information--- delete ()
Save--- save ()
Load--- load ()
Design requirements:
1) Each piece of information to include: student number (NUM) Name (NAME) gender (SEX) city (CITY) Zip (EIP), several
2) as a complete system, with a friendly interface and strong fault tolerance
3) on the function of the normal operation, and write the curriculum design report
To Search:
File list (Check if you may need any files):
liu.DOC
file.txt
liu.cpp
liu.exe