Show Bid Request
Overload functions,Stack class
Bid Request Id: 15544
|
|
|
Posted by: |
freaky (3 ratings)
(Software buyer rating 10)
|
Non-action Ratio: |
Very Good - 18.18%
|
Buyer Security Verifications: |
Unverified
|
Approved on: |
May 6, 2002 2:19:29 AM EDT
|
Bidding Closes: |
May 7, 2002 11:59:00 PM EDT
|
Viewed (by coders): |
226 times
|
Deadline: |
5/8/2002
TIME EXPIRED
|
|
|
|
Description:
1.Given the following String class write the overloaded function for<<,=,[],+
class Strings;
ostream & operator<<(ostream &,const Strings &);
class Strings{
public:
Strings(const char*s=NULL);
Strings(const Strings &);
~Strings();
const Strings & opertor=(const Strings &rhs);
char & operator[](int n);
const char & operator[](int n)const;
Strings operator+(const Strings &)const;
const char*getString(void)const;
return theString;
2.Given the following Stack class(or Linked list)Write the destructor,pop and push functions
template<class T>
class Stack{
public:
stack();/default constructor
~Stack();/destructor
void push(T &);/insert item in stack
T pop();
int isEmpty()const;/is the stack empty?
void print()const;/output the stack
private:
StackNode<T>*topPtr/pointer to first StackNode
];
3.write the constructor for a doubly linked list with a head node.Given:
template<class T>
class ListNode{
public:
ListNode(const T &);
....
private:
T data;
ListNode<T>*next,*prev;
Deliverables: Just need the source codes.Program Not Needed. Complete copyrights to all work purchased.
Platform:
MS Visual C++
Must be 100% finished and received by buyer on:
May 8, 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:
Need it by Tues may 8th..
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!
|
$15 (USD)
|
May 6, 2002 3:47:53 PM EDT
|
10
(Excellent)
|
|
|
hi there , i've seen that you ve got a lot of bids on this project. you can choose someone with a lower price but if you choose us to do your task ,we guarantee that youl have this done in notime ,full comments of source code ,and post asistance.Trust us (see ratings ( and help us become better. Victor team manager (see also ratings for vhernest) |
|
|
|
|
|