The One-Stop Software Outsourcing Solution
|
Login
|
|
Show Bid Request
C++ Program
Bid Request Id: 5620
|
Bookmark
|
Posted by: |
only1raj (11 ratings)
(Software buyer rating 10)
|
Posted: |
11/27/2001 6:00:08 PM EST
|
Bidding Closes: |
11/29/2001 EST
|
Viewed: |
101 times
|
|
|
|
Description:
Synopsis
In this project, you'll improve the basic linked list class I wrote in several ways, by adding several functions and developing it
into a template class. The functions you need to write are the following:
copy constructor
assignment operator
istream operator
addition operator
boolean equality operator (operator==)
boolean inequality operator (operator!=)
Details/Hints
Don't forget to watch out for self-assignment in the assignment operator.
The input format for a linked list that we'll use is the following. Suppose we're inputting a linked list of strings. Then the
input stream will contain a positive integer N, which is the number of elements in the list, and then a sequence of N strings
separated by whitespace. For example, the following is acceptable:
llist<string> Ls;
cin >> Ls;
// user inputs
// 4 foo hello computers rule
The addition operator should merge two lists into a third, while making sure that the third is in sorted order.
All the functions and declarations should be kept in one file, which I'm calling "llistT.h". This is the file you should edit and
submit using the handin program.
Files
Here's the original linked list class that only implements a linked list of characters and doesn't have the functions you're
writing.
Here's a test file that will work with the original linked list class.
Here's the linked list file that's been partially upgraded and is ready for you to modify. This is the file you should edit and
hand in using the handin program.
Here's a test program that tries out all the functions you're implementing.
Deliverables: do what it says and nothing else
Special Conditions / Other:
11/29/2001
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, you can report it to: abuse@rentacoder.com.
|
|
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!
|
$20
|
11/27/2001 6:20:26 PM EST
|
10
(Excellent)
|
|
|
|
|
|
|
|
|
|
Rent A Coder upholds the rigorous business practices required to be both a BBB member and Square Trade vendor.
- All customer issues addressed within 2 days
- Openly disclosed pricing and return policies
- Participation in mediation at buyer request
- Superior selling track record
This site is verified through it's parent company, Exhedra Solutions, Inc.
|
|
|
See all top coders...
What makes a top coder?
Created in partnership with:
|
|
In memory of the victims and the courageous rescuers of 9/11/2001
|
|