Question:
C++ PROGRAMMING!!!! PLEASE HELP!!!!?
Stephanie I
2012-05-10 05:58:37 UTC
I need to create an address book. A single entry is a conatct. It has the follwing fields:
1 First Name 2.Last Name 3.Nickname 4.Email1 5. Email2 6. Phone1 7. Phone2 8. Address 9.Website 10.Birhday 11.Notes

It need to :
-Add a contact
-Display all contacts sorted by a chosen field.
-Display details of a single contact
-Remove a contact
-Find all contacts matching a keyword in a given field
-Modify a contact
-Export the address book to csv format file (the user provides the file name)
-Exit the program

The program needs to have addressbook.cpp, addressbook.h, contact.cpp, contact.h and main.cpp

Please, Please, Please Help!!!!
Three answers:
anonymous
2012-05-10 06:32:15 UTC
No one is going to sit down and write a program this large for you without being paid. And those who offer to do it for money are likely to be shady (not to mention unethical, since this is an assignment). Do your best to give it a shot and post code and questions about the assignment if you get stuck. Good luck!
Tanisha
2012-05-10 06:01:45 UTC
What is it you want to know exactly?

Study C++

Design your classes according to the description.

Write the program.
Edward H
2012-05-10 06:01:59 UTC
Actually learn c++.

PS: Dictionaries.


This content was originally posted on Y! Answers, a Q&A website that shut down in 2021.
Loading...