Hey i need help with the final assignment of my Microsoft Visual C++ class and its a hard one its an online address book where it keeps a bunch of information such as name id birthday and etc. i know it looks messy but if you copy paste into the studio it would look better i REALLY WOULD APPRECIATE any help with any part of the program .. i have most of the program done it is just some menus that i need to add to this following program and the assignment asks specifically to
1)Load the data into the address book from a file(file name is provided by the user)
2)sort the data by Last name
3)Search for a person
a. Using Id
b. Using Last name
4) print to the monitor their address, phone number, date of birth of persons name or ID
5) print the names of the people whose birthday is in given month
6)depending on users request print the names and phone numbers of all friends, family members, or business associates
7)print the names of all people between 2 given last names
8)add a new member to the address book
9) Delete a member from the address book
10) print to a file all entries of the address book in a tabular form printing name, ID, phone number and classification of the person.
**THE FILE IS STORED IN THIS ONLINE STORAGE:
http://www.box.net/shared/5vg50hnzjd
thanks again.