Show Bid Request
help with 3d point class
Bid Request Id: 23610
|
|
|
Posted by: |
unowho252001 (4 ratings)
(Software buyer rating 10)
|
Non-action Ratio: |
Very Good - 0.00%
|
Posted: |
Aug 4, 2002 1:06:50 AM EDT
|
Bidding Closes: |
Aug 5, 2002 1:27:42 AM EDT
|
Viewed (by coders): |
106 times
|
Deadline: |
8/6/2002
TIME EXPIRED
|
|
|
|
Description:
I have a class that can be used to keep track of the position of a point in three-dimensional space.
I have already written the header file, implementation, and test file. However they are not working properly.
Particularly the shift function. I am not sure what I am doing wrong. I need help correcting this so the program user can set a point to a specified location, and to shift a point to a given amount along one of the axes, and to retrieve the coordinates of a point. I feel that I have it almost right, but don&'t know what is wrong.
I attached my files
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.
Platform:
windows 98
Must be 100% finished and received by buyer on:
Aug 6, 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 asap please. With good comments where you altered program
Additional Files:
This bid request includes IMPORTANT additional attached files. Please download and read fully before bidding.
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!
|
$4 (USD)
|
Aug 4, 2002 3:49:13 AM EDT
|
9.89
(Excellent)
|
|
|
Hello, it's DEN!....
main.cpp (lines 67, 68, 69) check: p.shift('x',x); p.shift('y',y); p.shift('z',z); -the first param of shift method must be char and the second, double.
point.cpp (lines 37 and 40) check: if (axis == 'x') else if (axis == 'y') -again, the first param is a char.
I'll hope that help you....yes, sometimes we need the others' fresh point of view. I remember when some close friend who don't know anything about programming catched a bug in my code when i have two days brainstorming and strugglin with i thought was perfect....that happens ;)
The $4 are symbolic (its the smallest amount accepted here). Pay me what you want. Bye. |
|
|
|
|
|