Description: Create a simple address book, including basic operation and storage. Use < < data structure> > in the doubly linked list for data structure, combined with basic knowledge of C language. Write a contact management system. Data structure to the knowledge learned into practice to software development. Design content: The system should be completed a few simple features: input- enter () display information--- display () search by name as a keyword--- search () [completed by one person] to delete information--- delete () Save--- save () loading--- load () task: each piece of information to include: Name (NAME) streets (STREET) City (CITY) Zip code (EIP) countries ( STATE) several
- [mpbiq] - with two-way linked list, document liter
- [tongxunlu] - Address Book source code, using C-series
- [tongxunlu] - C language can use the Address Book inte
File list (Check if you may need any files):
实验报告.doc
通讯录的制作.cpp