Description: Simple address book management program, you can achieve some relatively simple processing to your address book. Such as: increasing the number of records (add), delete (del) of existing records, display the address book record (showall) to find and display a record (query), and modify a record by name (modify by name ), and can add data from a text file to the database table (addfromtxtfile) and export the data in the database table to text file (writetotxtfile), several different sorting (sort of) is also on the library table, exit the system and do the internal end of the work (quit), and can be loaded when the program starts existing data when the user exits the system, the existing record-keeping functions.
To Search:
File list (Check if you may need any files):
Addrlist.cpp