How Software Gets Done  


(No Login on Secured Page)

Software Buyers
Request new bids
Search Coders
 
My Account
 
My Account Home
 
My Buyer 'To Do' List
 
My bid requests
 
My escrow account
 
My general info
 
My alerts
 
Verification
 
Help for Buyers
Articles for Buyers
FAQ for Buyers
Latest News
 
Software Coders
Newest open work
Browse all work
Search all work
My Account
 
My Coder 'To Do' List
 
My bids
 
My General Info
  My credit account
 
Help for Coders
Articles for Coders
FAQ for Coders
Latest News
 
Affiliates
My account
 
My pipeline
 
My credit account
 
Help for Affiliates
Latest News
 
Newest Bid Requests.
web design
By Awesome3 on Jun 30
Max Bid: $100

(Screen Shot)

I need a real time stock quote
By walla on Jun 30
Max Bid: Open to fair suggestions


Execute CGI on a timer or page load
By Customer Support Excellence on Jun 30
Max Bid: Open to fair suggestions


Business English Training Website
By matador on Jun 30
Max Bid: Open to fair suggestions


Create Windows interface for DOS program
By CBN on Jun 30
Max Bid: Open to fair suggestions


Customised Cart
By EmpInd on Jun 30
Max Bid: Open to fair suggestions


Click here to put this ticker on your own site

Open Work Categories.
Database 
(146 open)
   Access 
(60 open)
   MySQL 
(92 open)
   Oracle 
(8 open)
   SQL Server 
(46 open)
   Other DB 
(18 open)
Documentation / Tech Writing 
(24 open)
Data Entry 
(22 open)
Game Development 
(25 open)
Graphics / Art / Music 
(58 open)
   Graphics 
(56 open)
     Adobe AfterEffects 
(1 open)
     Adobe Photoshop 
(14 open)
     Adobe Premiere 
(2 open)
     3d Animation 
(21 open)
   Art (Misc.) 
(25 open)
   Music 
(11 open)
   3d Modeling 
(17 open)
Language Specific 
(116 open)
   ASP 
(60 open)
   ASP .NET 
(29 open)
   C# 
(29 open)
   C++ / C 
(118 open)
   Cold Fusion 
(8 open)
   Delphi 
(26 open)
   Java 
(59 open)
   JSP 
(15 open)
   Perl 
(44 open)
   PHP 
(86 open)
   XML/XSL 
(26 open)
   Visual Basic 
(150 open)
   Visual Basic .Net 
(62 open)
   Other 
(59 open)
Misc 
(21 open)
   CAD 
(3 open)
MultiMedia 
(38 open)
   Video Editing 
(4 open)
Network 
(38 open)
   Network Design 
(11 open)
   Network Implementation 
(14 open)
Platforms 
(92 open)
   Windows 
(170 open)
     MS Exchange 
(5 open)
     MS Office 
(10 open)
     Other 
(8 open)
   Darwin 
(1 open)
   Internet Browser 
(45 open)
   Linux 
(69 open)
   UNIX 
(41 open)
   Hand Held/PDA Programming 
(9 open)
Requirements 
(15 open)
Security 
(35 open)
Testing / Quality Assurance 
(14 open)
Web 
(154 open)
   Page Design 
(87 open)
   Flash 
(51 open)
   Web Services 
(80 open)
   Web (Other) 
(81 open)
Training 
(13 open)
   Computer Based 
(14 open)
Other
 
Other Sites

Download the free Rent A Coder IE toolbar!
 
Show Bid Request

ADT polynomials w/ integer coefficients
Bid Request Id: 5451
Bookmark in my 'To Do' list
Posted by: garrett (4 ratings)
(Software buyer rating 10)
Non-action Ratio: Very Good - 14.29%
Posted: Nov 25, 2001
7:31:50 PM EDT
Bidding Closes: Dec 3, 2001
7:33:07 PM EDT
Viewed (by coders): 565 times
Phase:
100% of work completed and accepted. Coder has been paid.
Max Accepted Bid: Bidding is closed
Project Type: Personal Project / Homework Help
Bidding Type: Open Auction
Categories: Windows, C++ / C
Enter chat room for this bid request
(0 active users at Jun 30, 2003 2:41:09 PM EDT)

Description:
Design and implement a class that is an ADT (abstract data type) for polynomials (Ax^9 + Bx^7 + ....) with integer coefficients. The coefficients and the degree are data members. The ADT operations include +,-,* and evaluation of polynomials (plug in an integer and evaluate). For the * of two of these ADT polynomials, all that is needed is the multiplying between two polynomials with 3 or 4 terms (like Ax^15 + Bx^4 + Cx^2) * (Dx^22 + Ex^20 + Fx^14 + Gx^12). If you find an easy way to multiply two 20 or 30 term polynomials, all the better. But all that is required as shown above. Addition and subtraction should be able to work for 30 or 40 term ploynomials however. Dont worry about any division. Overload +,-,and *, and implement the evaluation as a member function with an int arguement. The evaluation member function returns the value obtained by plugging in its arguement for x and performing the indicated operations. Include a default constructor, a copy constructor, and a constructor that takes two arguements: a pointer to an int and an int(just a dynamic array). Include a suitable destructor and suitable functions to input and output polynomials by overloading << and >>. Write a driver program to test each of the capabilities of this class.

Deliverables:
Complete and fully-functional working program(s) in executable form as well as complete source code of all work done. Complete copyrights to all work purchased.


Special Conditions / Other:
Please make it extremely simple and easy for a beginner to understand. I am in a beginning C++ OOP class, and have an OK knowledge of pointers, overloading, inheritance, and classes. The main thing I am looking for is a well docemented, simple program that a reasonably OK beginner can understand and learn from.


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!
Oleg21
(40 ratings)
in Kazan, Tatarstan
Russian Federation
Bid id: 59,645
 
$14 (USD) Nov 27, 2001
12:23:58 AM EDT
 9.95
(Excellent)
   
Hi there!
The task is not too complicated, I will do it in a couple of hours.
I am used to write extended comments to my code, so it's not a problem too.
Sincerely Oleg
 




Quick Search
 Advanced Search
Newest Open Work
Latest News  
Credentials


 

 
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 its parent company, Exhedra Solutions, Inc.
 
Top Coders.

Anuj Gakhar
Rated a 9.98 on 99 jobs 
Securenext
Rated a 9.98 on 106 jobs 
Andrei Remenchuk
Rated a 10 on 13 jobs 
Buddies
Rated a 9.83 on 78 jobs 
Codman
Rated a 9.97 on 147 jobs 
Michael Sharp
Rated a 9.97 on 181 jobs 
D-N-S
Rated a 9.93 on 37 jobs 
markesh
Rated a 10 on 22 jobs 
teleCODERS
Rated a 9.93 on 67 jobs 
Tometa Software, Inc.
Rated a 10 on 10 jobs 

See all top coders...

(What makes a top coder?)

Top Exam Scorers

 
Other
Rent A Coder is PayPal verified through its parent company, Exhedra Solutions, Inc.

Created in partnership with:

 

Affiliate Sites
Latest News | About Us | Kudos | Feedback/Contact    Affiliates | Advertise    Privacy | Legal

Copyright © 2001, Exhedra Solutions, Inc. All rights reserved.
By using this site you agree to its Terms and Conditions.
"Rent A Coder" (tm), "Safe Project Escrow" (tm) and "How Software Gets Done" (tm)
are trademarks of Exhedra Solutions, Inc.