Project Title: Address Book
Project Description:
This program is supposed to manage names, addresses, phone numbers, and other contact-related information.
Features:
The Address Book is a collection of records and one record should have following fields about a contact
• Name
• Address
• Phone number
• Email address
The Address Book program should have the following features
1. Add-to add a new person record
2. Delete-to delete an existing person record
3. Modify-to change an existing record
4. Search- to search a person record
a. By name
b. By phone number
5. View All contacts
6. Exit –to exit from application
Address Book should also support persistence for person records
Supporting simple persistence by any application requires handling of two scenarios
• On start up of application-data (person records) must be read from file.
• On end/finish up of application -data (person records) must be saved in file.
Plz give complete code of this c++ programming project?
Haha! You wish. C++ is for n00bs. xyzzy this!
Reply:Wow. This is not a question. It's a request to write quite complicated program.
Here's some tutorial that will help you to get started:
http://www.dreamincode.net/forums/showto...
Reply:This program is very complicated and uses arrays to store data. I encountered this already on my programming class in engineering. I already forgot it but we used arrays to solve this one.
Reply:That's lot of work, may be you can contact a C++ expert at websites like http://askexpert.info/ to help you code your project assignment.
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment