The One-Stop Software Outsourcing Solution  

Login

Custom Software Buyers
Request new bids
Search Coders
My Account
 
My General Info
 
My bid requests
  My escrow account
 
Help for Buyers
Articles for Buyers
 

Custom Software Coders

Newest open work
Browse all work
Search all work
My Account
 
My General Info
 
My bids
  My credit account
 
Help for Coders
Articles for Coders
 

Affiliates

My account
 
My pipeline
 
My credit account
 
Help for Affiliates
 
Newest Open Bid Requests.
GUI for Hotel Kiosk Software
By preecep on 7/3
Max Bid: Open to fair suggestions


Simple PHP Redirection Script
By CorporateWeb on 7/3
Max Bid: $10


Data base conversion (MySQL)
By Crotts on 7/3
Max Bid: Open to fair suggestions


CRACK OR BYPASS An ANTI-CHEAT PATCH
By xzibit187 on 7/3
Max Bid: $150


IE Search Toolbar
By nScavenger on 7/3
Max Bid: $50


HOOK API CALLS (DISABLE API CALLS)
By xzibit187 on 7/3
Max Bid: $100


Web Designer Needed!
By motorads on 7/3
Max Bid: $20


Scan for Files then Send Found Files **REPOST!**
By xzibit187 on 7/3
Max Bid: $100


Help Please
By dherman on 7/3
Max Bid: $5


Click here to put this ticker on your own site

Open Work Categories.
Database 
(90 open)
Documentation / Tech Writing 
(13 open)
Graphics / Art / Music 
(31 open)
   Graphics 
(33 open)
     3d Animation 
(9 open)
   Art (Misc.) 
(9 open)
   Music 
(1 open)
Language Specific 
(47 open)
   ASP 
(26 open)
   C# 
(10 open)
   C++ / C 
(56 open)
   Cold Fusion 
(3 open)
   Delphi 
(20 open)
   Java 
(18 open)
   Perl 
(16 open)
   PHP 
(23 open)
   XML/XSL 
(8 open)
   Visual Basic 
(87 open)
   Visual Basic .Net 
(27 open)
   Other 
(25 open)
Misc 
(37 open)
MultiMedia 
(17 open)
Network 
(17 open)
   Network Implementation 
(6 open)
Platforms 
(26 open)
   Windows 
(84 open)
     Exchange 
(1 open)
     Other 
(5 open)
   Internet Browser 
(20 open)
   UNIX 
(16 open)
   Hand Held/PDA Programming 
(4 open)
Requirements 
(2 open)
Security 
(13 open)
Testing / Quality Assurance 
(8 open)
Web 
(52 open)
   Page Design 
(28 open)
   Flash 
(13 open)
Training 
(1 open)
   Computer Based 
(8 open)
 
Other
 
Other Sites

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

Recursion: Decimal to given base from 2 till 36 for example octal or hexadecimal
Bid Request Id: 15099
Bookmark
Posted by: want-a-code (8 ratings)
(Software buyer rating 9.37)
Posted: 5/1/2002 4:03:04 AM EST
Bidding Closes: 5/3/2002 8:00:00 AM EST
Viewed: 132 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: C++ / C
Enter chat room for this bid request
(0 active users)

Description:
Recursion: Decimal to given base from 2 till 36 for example octal or hexadecimal Write a program that asks the user to converts a decimal number to a given base b, where b is between 2 and 36. There are 2 other number systems, octal (base 8) and hexadecimal (base 16). The digits in octal number system are 0, 1, 2, 3, 4, 5, 6 and 7. The digits in hexadecimal system are 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, A, B, C, D, E and F. So A in hexadecimal is 11, B in hexadecimal is 12 and so on. For example, base 20 numbers are 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, A, B, C, D, E, F, G, H, I and J. Modify the following program to achieve the above requirements. The program must work on Visual C++ and be a Win32 Console Application. #include <iostream> using namespace std; void decToBin(int num, int base); int main() { int decimalNum; int base; base = 2; cout<<"Enter number in decimal: "; cin>>decimalNum; cout<<endl; cout<<"Decimal "<<decimalNum<<" = "; decToBin(decimalNum,base); cout<<" binary"<<endl; return 0; } void decToBin(int num, int base) { if(num > 0) { decToBin(num/base, base); cout<

Deliverables:
FULL DOCUMENTATION.

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:
The program must work on Visual C++ and be a Win32 Console Application.
Win ME


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.
5/4/2002 8:00:00 PM


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!
ZEESHAN
(36 ratings)
in Lahore, Punjab
Pakistan
 
$15 5/1/2002 5:48:26 AM EST  9.41
(Superb)
   
Hi!

I have looked at your requirements and I am interested in your project. My previous experience with you should be enough for you to judge my skills and communication while development phase.

I have three years experience in VC++. You can also see my ratings and ranking at my rentacoder profile. I will make sure that you are more than satisfied with my work.

Regards
ZEESHAN
 




Quick Search
 

 Advanced Search
Newest Open Work

 

 
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.
 

Rent A Coder Top Coders.


felichko
Rated a 10 on 14 jobs 
Anuj Gakhar
Rated a 9.96 on 45 jobs 
Michael Sharp
Rated a 9.96 on 92 jobs 
Sreeny
Rated a 9.89 on 32 jobs 
psycode
Rated a 9.9 on 21 jobs 
Sammy Leong
Rated a 10 on 79 jobs 
Cyquester Technologi es
Rated a 10 on 62 jobs 
Theo Kandilioti s
Rated a 10 on 20 jobs 
RNA
Rated a 9.85 on 14 jobs 
Chuck Hall
Rated a 10 on 20 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:

 
In memory of the victims and the courageous rescuers of 9/11/2001


Affiliate Sites



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) and "Safe Project Escrow" is a trademark of Exhedra Solutions, Inc.