Help! Address book system

1, experimental purposes
1. Examine the understanding of data structures related knowledge
2. Modular programming
Second, the experimental environment
1. Windows System
2. VC ++
Third, the experimental requirements
1. Different functional modules independent functions completed
2. Number of test data number is not less than 10
3. The system should have the main interface, operating results screenshots
four experimental content
using the order form and a single list, design phone contacts, mainly includes: a contact name and telephone number. Complete the basic functions are as follows:
(1) initialization address book;
(2) insert 20 contact information;
(3) delete a contact information;
(4) Find contact information for someone by name and telephone number;
(5) display contact information;
(6) calculates the current for a contact
(7) displays the current total number of address book contacts
(8) destroyed contacts
(9) have a main program interface

Great God who can help design a code for it? Small Guian here! ! !

Published an original article · won praise 0 · Views 26

Guess you like

Origin blog.csdn.net/WCBER/article/details/104483651