Logo 
Search:

C++ Programming Forum

Ask Question   UnAnswered
Home » Forum » C++ Programming       RSS Feeds

personal assitant

  Asked By: Kumi    Date: Dec 19    Category: C++ Programming    Views: 647
  

i am first student and i have been giving a project on how to
write a code to assist the user to store and retrieve personal information.
According to the requirement specifications, the software should provide the functionality to store contact details of meetings and appointments.in addition, the software should display reminders to alert the user for meetings and appointments.
When the application is executed, a menu with the following options should be displayed:
1. Contact details
2. Meetings /appointments
On the selected either of the preceding options, a submenu with the following options should be displayed:
1. Add new record
2. Delete record
3. Edit record
4. Search record
The contact details option would enable the user to add, delete,edit,and search the contact details of various people. The contact details include information such as name, address, phone number, and email address.
Similarly, the Meetings/appointments option enables the user to add, delete, edit, and search meetings/appointments details. The meeting/appointment details include information such as date of meetings/appointment, time, and location.

Share: 



Tagged: