How Software Gets Done  


(No Login on Secured Page)

Custom Software Buyers
Request new bids
Search Coders
My Account
 
My Buyer 'To Do' List
 
My bid requests
  My escrow account
 
My General Info
 
Help for Buyers
Articles for Buyers
Latest News
 

Custom 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
Latest News
 

Affiliates

My account
 
My pipeline
 
My credit account
 
Help for Affiliates
Latest News
 
Newest Open Bid Requests.
Logo , Layout Design and PHP Scripting Expert .!!( ...
By DavinD on Mar 23
Max Bid: Open to fair suggestions


File Sharing JXTA Project
By assignments on Mar 23
Max Bid: $100


ebay keyword search
By bsullivan on Mar 23
Max Bid: $500


MP3
By tjekodi@aol.com on Mar 23
Max Bid: Open to fair suggestions


Text from file problem
By Sting-Ray on Mar 23
Max Bid: $10


HW help
By tjekodi@aol.com on Mar 23
Max Bid: $6


Click here to put this ticker on your own site

Open Work Categories.
Database 
(144 open)
   Access 
(64 open)
   MySQL 
(88 open)
   Oracle 
(7 open)
   SQL Server 
(54 open)
   Other DB 
(21 open)
Documentation / Tech Writing 
(32 open)
Game Development 
(29 open)
Graphics / Art / Music 
(49 open)
   Graphics 
(53 open)
     3d Animation 
(11 open)
   Art (Misc.) 
(25 open)
   Music 
(7 open)
   3d Modeling 
(8 open)
Language Specific 
(89 open)
   ASP 
(64 open)
   C# 
(36 open)
   C++ / C 
(117 open)
   Cold Fusion 
(12 open)
   Delphi 
(33 open)
   Java 
(69 open)
   Perl 
(34 open)
   PHP 
(82 open)
   XML/XSL 
(23 open)
   Visual Basic 
(162 open)
   Visual Basic .Net 
(63 open)
   Other 
(55 open)
Misc 
(55 open)
   CAD 
(2 open)
MultiMedia 
(29 open)
Network 
(37 open)
   Network Design 
(8 open)
   Network Implementation 
(11 open)
Platforms 
(53 open)
   Windows 
(148 open)
     MS Exchange 
(7 open)
     MS Office 
(14 open)
     Other 
(11 open)
   Internet Browser 
(47 open)
   Linux 
(35 open)
   UNIX 
(33 open)
   Hand Held/PDA Programming 
(12 open)
Requirements 
(13 open)
Security 
(33 open)
Testing / Quality Assurance 
(15 open)
Web 
(170 open)
   Page Design 
(99 open)
   Flash 
(55 open)
   Web Services 
(81 open)
   Web (Other) 
(88 open)
Training 
(15 open)
   Computer Based 
(18 open)
 
Other
 
Other Sites

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

New ADT Matrix
Bid Request Id: 31583
Bookmark in my 'To Do' list
Posted by: Meka (1 ratings)
(Software buyer rating 10)
Non-action Ratio: None - 0%
Posted: Oct 18, 2002
3:26:30 PM EDT
Bidding Closes: Nov 1, 2002
3:40:01 PM EDT
Viewed (by coders): 109 times
Phase:
100% of work was accepted by buyer. Coder account has been credited.
Max Accepted Bid: Bidding is closed
Project Type: Personal Project / Homework Help
Bidding Type: Open Auction
Categories: Windows, C++ / C, Visual Basic
Enter chat room for this bid request
(0 active users at Mar 23, 2003 11:38:02 PM EDT)

Description:
Write and test ADT Matrix. use the following class definition.

const int MAX_ROWS=10;
const int MAX_COLS=10;
class MATRIXType { public: MatrixType();
Void MakeEmpty();
void SetSize(int rowsize, int colsize);
void storeItem(int item, int row, int colsize);
void add(MatrixType otheroperand, MatrixType& result); Void Mult(MatrixType otheroperand, MatrixType& result);
Void print(std::ofstream& outfile);
bool AddsubCompatible(MatrixType otherOperand);
bool Multcompatible(MatrixType otherOperand);

private:
int values[MAX_ROWS][MAX_COLS];
int numRows;
int numCols; ;

Deliverables: Before you start looking at how to implement this class, you must determine the pre and post conditions for each opertation. Write a menu driven testing program to test the MatrixType. the menu should contain the following options...

GetNewMatrix<Matrix>
number of rows and number of columns are on the nextline number of column values on the next number of rows lines

AddMatrices<matrix><matrix><Matrix>
add first and second, leaving the result in the third

SubMatrices<matrix><matrix><matrix>
Subtract second from first, leaving the result in the third

Multiply matrices<matrix><matrix><matrix>
Multiply first and second, leaving the result in the third

Print Matrix<matrix>
Print the matrix one row per line on dataout Quit

These are the processing notes!
1. <matrix> is a number between 0 and 9. This value is used as an index into an array of matrixtype.
2.the main function must include a switch statement in which the case expression is a user defined enumeration type. This means that the command is recognized and its enumeration equivalent is sent back to be used in the case statement.
3.The driver must ensure the precondition of the member functions of matrixType. Must be able to print an error message if a precodition is violated. 4. echo print each comman on Dataout. Complete and fully- functional working program(s) in executable form as well as complete source code of all work done.



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

2) Installation package that will install the software (in ready-to-run condition) on the platform(s) specified in this bid request.

3) Complete ownership and distribution copyrights to all work purchased.



Platform:
all Windows


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!
Codman
(107 ratings)
in Sintra, Lisbon
Portugal
Bid id: 352,698
$15 (USD) Oct 18, 2002
3:48:13 PM EDT
 9.97
(Excellent)
   
Hi Meka,

It'll be a pleasure to code this for you. I'm very experienced C++ coder, and I also have the mathematical knowledge to put this to work.

Please verify my resume and ratings given by other buyers for references on my past work. I will work closely with you to ensure the final product is exactly what you need.

Contact me to clarify any project details,
Sérgio Silva

 
 
 
 
  See 3 private reply(ies)
to/from Codman.
 




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.
 

Rent A Coder Top Coders.


Anuj Gakhar
Rated a 9.98 on 86 jobs 
Securenext
Rated a 9.98 on 80 jobs 
Codman
Rated a 9.97 on 129 jobs 
teleCODERS
Rated a 9.93 on 67 jobs 
Michael Sharp
Rated a 9.98 on 157 jobs 
RNA
Rated a 9.92 on 33 jobs 
Buddies
Rated a 9.81 on 61 jobs 
markesh
Rated a 10 on 21 jobs 
hernest
Rated a 10 on 92 jobs 
PSergei
Rated a 9.72 on 66 jobs 

See all top coders...

(What makes a top coder?)

Top Exam Scorers
 
Other
Rent A Coder is PayPal verified through it's 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.