Show Bid Request
C++ Address Book !!! Need Help Yesterday!!!
Bid Request Id: 12207
|
|
|
Posted by: |
GenXcoder (8 ratings)
(Software buyer rating 9.25)
|
Non-action Ratio: |
Very Good - 8.33%
|
Buyer Security Verifications: |
Good
|
Approved on: |
Mar 30, 2002 2:25:35 PM EDT
|
Bidding Closes: |
Mar 31, 2002 5:00:00 PM EDT
|
Viewed (by coders): |
250 times
|
Deadline: |
4/3/2002
TIME EXPIRED
|
|
|
|
Description:
Write an object-oriented console program in C++ to keep track of a collection of name and phone number combinations. This telephone directory program must provide the user with the options stated below.
Deliverables: USER OPTIONS: 1) The user can add a new name and phone number entry to the directory (upon selecting this option the program should query the user to obtain the information).
2) The user can delete an entry from the directory by specifying the last name of the person to be removed. This option will give the user the chance to cancel the deletion after the selection is presented. If more than one entry matches the specified last name, then each entry will be presented to user for them to delete or save.
3) The user can print to screen the formatted name and phone number of all entries matching a given last name. The following format should be used:
Last_name, First_name (407)555-1111
4) The user can print to the screen all current entries in the directory, in alphabetical order based on the last name.
5) The user must also have a means of exiting the program. The program should loop until the user chooses to exit.
Your program must develop the following classes: PhoneEntry, LinkedList, and PhoneDirectory.
CLASS DISCUSSION: 1) The PhoneEntry class encapsulates the name and phone number combination. This class has the attributes first name, last name and phone number. This class provides behaviors for printing the entry information and doing comparisons.
2) The LinkedList class should be a generic linked list class that expands upon the LinkedList class presented in class by providing behaviors for: inserting elements any where in the list (not just the head), removing elements from anywhere in the list, and getting elements from anywhere in the list without removing the element from the list.
The LinkedList class should be generic enough to store more than simply integer values. This can be accomplished using a void pointer as the data element in the node structure.
struct Node{ void *pItem; Node *pNext; };
The void pointer can be used to point to any data type including objects. Use this node structure in your LinkedList class.
3) An instance of the PhoneDirectory class will be used to contain the collection of name and phone number entries. The LinkedList class must be used to store the actual references to the PhoneEntry objects, but the PhoneDirectory class is used to provide a more specific interface than the generic LinkedList class.
The PhoneDirectory class will provide behaviors for: Adding new entries to the directory (entries should be inserted into the linked list so that referenced list items are sorted alphabetically based on the last name), removing entries from the directory, printing selected entries from the directory and printing all directory entries.
Make use of the string class. This class allows you to create character string objects and provides methods for performing comparisons. ------------------------------------------------------ I need a complete and fully-functional working program in executable form as well as complete source code of all work done.
Complete copyrights to all work purchased.
Platform:
Windows (95, 98, Me, NT)
Must be 100% finished and received by buyer on:
Apr 3, 2002 EDT
Deadline legal notes: All times are expressed in the time zone of the site EDT (UT - 5). If the buyer omitted a time, then the deadline is 11:59:59 PM EDT on the indicated date.
Special Conditions / Other:
Must be completed by 4/3/2002 by 5:00pm EST.
Additional Files:
This bid request includes IMPORTANT additional attached files. Please download and read fully before bidding.
Remember that contacting the other party outside of the site (by email, phone, etc.) on all business projects < $500 (before the buyer's money is escrowed) is a violation of both the software buyer and seller agreements.
We monitor all site activity for such violations and can instantly expel transgressers on the spot, so we thank you in advance for your cooperation.
If you notice a violation please help out the site and report it. Thanks for your help.
|
|
Bidding/Comments:
|
All monetary amounts on the site are in United States dollars.
Rent a Coder is a closed auction, so coders can only see their own bids and comments. Buyers can view every posting made on their bid requests. |
See all rejected bids (and all comments)
Name |
Bid Amount |
Date |
Coder Rating |
|
|
|
This bid was accepted by the buyer!
|
$37 (USD)
|
Mar 30, 2002 3:08:05 PM EDT
|
9
(Superb)
|
|
|
Hi, Seems you want the code Quickly (by 3rd April). I can finish the code within the time you specified. See my previous works for the promptnes. If you believe , select my bid.
Thanks and Regards, Odyssey |
|
|
|
|
|