Description: List easy implementation
Basic functions:
(1) Add a Record
First to determine whether the list already exists. Does not exist, first of all need to automatically create a new list, and then add one or more communications records.
(2) Show Record
Displays the current all records.
(3) Record Query
Search by name and displays the record.
(4) recorded a sort of communication
By name in alphabetical order, relating to, such as bubble sort algorithm.
(5) delete Record
Realize one by one and delete all the records to delete two functions.
(6) Update Record
Modify the record information already exists (hint: need to first determine whether the records exist).
(7) by the relationship between the show Record
Only show I have designated Relations (relatives, friends, colleagues, classmates) records.
(8) record-keeping
Store all the records to a file (. Txt) file or the default (Phonebook.txt).
(9) read into the Record
From a file (. Txt) file or the default (
To Search:
File list (Check if you may need any files):
communicate
...........\通讯录.txt