The One-Stop Software Outsourcing Solution
|
Login
|
|
Show Bid Request
Decimal to Binary
Bid Request Id: 13524
|
Bookmark
|
Posted by: |
want-a-code (8 ratings)
(Software buyer rating 9.37)
|
Posted: |
4/14/2002 5:33:57 PM EST
|
Bidding Closes: |
4/18/2002 6:47:43 PM EST
|
Viewed: |
64 times
|
|
|
|
Description:
I want a program that uses a recursive function to convert a number in decimal to a given base "b", where "b" is between 2 and 36.
The program must be in Microsoft Visual C++.
The following is the main function to the program. That's what I have done so far.
#include <iostream.h>
void decToBin(int num, int base);
int main()
{
int num;
int base;
cout<<"Please enter the decimal: "<<endl;
cin>>num;
cout<<"Please enter the desired base: "<<endl;
cin>>base;
decToBin(num, base);
cout<
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:
Win ME Microsoft Visual C ++ 6.0
Must be 100% finished and received by buyer on:
Time legal notes: All times are expressed in the time zone of the site EST (GMT - 5). If the buyer omitted a time, then the deadline is 11:59:59 PM EST on the indicated date.
4/19/2002
Additional Attached Files
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
|
4/17/2002 8:01:10 AM EST
|
6
(Above Average)
|
|
|
I don't normally do such simple work, but i have just been involved in teaching this kind of code, so i can do this work now(within 15 mins) if you want.
|
|
|
|
|
|
|
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?)
Top Exam Scorers
Created in partnership with:
|
|
In memory of the victims and the courageous rescuers of 9/11/2001
|
|