Find Jobs
Hire Freelancers

C++ Address Book !!!Need Help TODAY!!!

$30-5000 USD

Closed
Posted about 22 years ago

$30-5000 USD

Paid on delivery
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, detailed documentation within headers of functions/classes. Complete copyrights to all work purchased. ## Platform Windows (95, 98, Me, NT) ## Deadline information I set the delivery deadline for tommorrow, but I NEED THIS DONE TODAY BEFORE 6:00PM EST!!!! If you think you can complete this assignment today before 6pm EST than supply a bid amount.
Project ID: 2844538

About the project

12 proposals
Remote project
Active 22 yrs ago

Looking to make some money?

Benefits of bidding on Freelancer

Set your budget and timeframe
Get paid for your work
Outline your proposal
It's free to sign up and bid on jobs
12 freelancers are bidding on average $63 USD for this job
User Avatar
See private message.
$34 USD in 14 days
4.4 (72 reviews)
5.5
5.5
User Avatar
See private message.
$255 USD in 14 days
5.0 (48 reviews)
5.2
5.2
User Avatar
See private message.
$28.05 USD in 14 days
4.5 (42 reviews)
4.6
4.6
User Avatar
See private message.
$34 USD in 14 days
5.0 (32 reviews)
4.2
4.2
User Avatar
See private message.
$29.75 USD in 14 days
4.3 (24 reviews)
4.3
4.3
User Avatar
See private message.
$25.50 USD in 14 days
4.7 (18 reviews)
4.0
4.0
User Avatar
See private message.
$102.85 USD in 14 days
4.9 (18 reviews)
3.9
3.9
User Avatar
See private message.
$25.50 USD in 14 days
5.0 (2 reviews)
2.9
2.9
User Avatar
See private message.
$170 USD in 14 days
5.0 (4 reviews)
2.2
2.2
User Avatar
See private message.
$12.75 USD in 14 days
4.9 (6 reviews)
1.5
1.5
User Avatar
See private message.
$17 USD in 14 days
0.0 (0 reviews)
0.0
0.0
User Avatar
See private message.
$25.50 USD in 14 days
0.0 (1 review)
0.8
0.8

About the client

Flag of UNITED STATES
United States
4.9
9
Member since Mar 30, 2002

Client Verification

Thanks! We’ve emailed you a link to claim your free credit.
Something went wrong while sending your email. Please try again.
Registered Users Total Jobs Posted
Freelancer ® is a registered Trademark of Freelancer Technology Pty Limited (ACN 142 189 759) & Freelancer Online India Private Limited (CIN U93000HR2011FTC043854)
Copyright © 2024 Freelancer Technology Pty Limited (ACN 142 189 759)
Loading preview
Permission granted for Geolocation.
Your login session has expired and you have been logged out. Please log in again.