Rent A Coder Alert: If you are receiving an error that says: 'page not found', or 'system could not find the file specified' on this site, it is caused by a bug in your browser. Please click here to fix it. (To disable this alert, click here).

    How Software Gets Done  
The RAC business office will be closed on Monday May 26, 2003 in observance of the United States holiday of Memorial Day. Please note that we will still approve bid requests and do phone verifications but they will only be done two times during the day, once in the morning and once in the late afternoon. We wish all celebrating Memorial Day a happy one. (current site time 5/24/2003 9:38:49 PM EDT)


(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
Verification
 
Help for Buyers
Articles for Buyers
FAQ 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
FAQ for Coders
Latest News
 

Affiliates

My account
 
My pipeline
 
My credit account
 
Help for Affiliates
Latest News
 
Newest Open Bid Requests.
Update dynamic ip using http tunnel
By cy on May 24
Max Bid: $40


XP Icons Needed
By CorporateWeb on May 24
Max Bid: $20


Email Extraction from Names
By franjavier on May 24
Max Bid: Open to fair suggestions


Company Logo
By Ghwerig on May 24
Max Bid: $50

(Screen Shot)

iPAQ printing facility (light)
By dev. printing for iPAQ on May 24
Max Bid: $220


broadband animated demo
By rik2 on May 24
Max Bid: $10


Click here to put this ticker on your own site

Open Work Categories.
Database 
(152 open)
   Access 
(58 open)
   MySQL 
(75 open)
   Oracle 
(8 open)
   SQL Server 
(59 open)
   Other DB 
(22 open)
Documentation / Tech Writing 
(19 open)
Data Entry 
(20 open)
Game Development 
(17 open)
Graphics / Art / Music 
(62 open)
   Graphics 
(67 open)
     3d Animation 
(21 open)
   Art (Misc.) 
(22 open)
   Music 
(17 open)
   3d Modeling 
(16 open)
Language Specific 
(113 open)
   ASP 
(62 open)
   ASP .NET 
(16 open)
   C# 
(32 open)
   C++ / C 
(104 open)
   Carbon (Mac OS) 
(3 open)
   Cocoa / Obj-C 
(1 open)
   Cold Fusion 
(8 open)
   Delphi 
(35 open)
   Java 
(56 open)
   JSP 
(4 open)
   Perl 
(38 open)
   PHP 
(87 open)
   XML/XSL 
(23 open)
   Visual Basic 
(136 open)
   Visual Basic .Net 
(58 open)
   Other 
(52 open)
Misc 
(36 open)
   CAD 
(5 open)
MultiMedia 
(41 open)
Network 
(38 open)
   Network Design 
(10 open)
   Network Implementation 
(11 open)
Platforms 
(69 open)
   Windows 
(149 open)
     MS Exchange 
(3 open)
     MS Office 
(14 open)
     Other 
(14 open)
   Darwin 
(3 open)
   Internet Browser 
(41 open)
   Linux 
(54 open)
   UNIX 
(30 open)
   Hand Held/PDA Programming 
(12 open)
Requirements 
(8 open)
Security 
(32 open)
Testing / Quality Assurance 
(15 open)
Web 
(168 open)
   Page Design 
(91 open)
   Flash 
(63 open)
   Web Services 
(76 open)
   Web (Other) 
(93 open)
Training 
(12 open)
   Computer Based 
(14 open)
 
Other
 
Other Sites

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

C functions for a card game
Bid Request Id: 27116
Bookmark in my 'To Do' list
Posted by: needhelp (5 ratings)
(Software buyer rating 10)
Non-action Ratio: Above Average - 42.86%
Posted: Sep 10, 2002
10:53:22 PM EDT
Bidding Closes: Sep 15, 2002
11:04:22 PM EDT
Viewed (by coders): 307 times
Deadline: 9/17/2002
TIME EXPIRED
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: C++ / C
Enter chat room for this bid request
(0 active users at May 24, 2003 9:38:50 PM EDT)

Description:
This is an assignment to build up 5 functions for a card game. The description all the functions are given as well as the prototype.

The functions that you write for this assignment will be used in subsequent assignments, so you should try and do a good job here of testing your functions to ensure that they will work properly in future assignments.
This first assignment involves writing functions that you will use for writing the rest of the game. For this assignment, you are to write functions in C alone. No C++ is involved at this stage.

For the functions listed below, you will need to define the following C struct.
struct Card{
/*fill in this portion with appropriate members*/
};
This structure represents a playing card. Each playing card has a suit and a face value. The suits are diamonds (D), clubs (C), hearts (H) and spades (S). The face values are 2, 3, 4, 5, 6, 7, 8, 9, 10, Jack (J), Queen (Q), King (K) and Ace (A). How you choose to represent a card is entirely up to you. However, your structure must be named as above.
In the game that we will be writing, the cards will have a specific ranking. The face values of the cards from lowest to highest will be: 2, 3, 4, 5, 6, 7, 8, 9, 10, Jack, Queen, King, Ace. If two cards have the same face value, the suit will determine which card has a higher value. The order of suits from lowest to highest will be: diamonds, clubs, hearts, spades. Thus, the order of the cards, from lowest to highest, will be:
2 of diamonds, 2 of clubs, 2 of hearts, 2 of spades, 3 of diamonds, ...., Ace of hearts, Ace of spades.




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:
Must work on Unix, Visual C++, Borland.

Must be 100% finished and received by buyer on:
Sep 17, 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:
Do not use complicated statements, this is a beginner's course.

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!
pickingapples
(39 ratings)
in Iasi, IS
Romania
Bid id: 305,898
 
$20 (USD) Sep 11, 2002
2:28:55 AM EDT
 9.76
(Excellent)
   
Hello,

Thank you for your invitation for bidding on this project. I'd be happy to do this assignment for you. As you know the code will be well commented, free of errors, written in a simple manner so you will understand it easily.
It will be tested on all enumerated platforms. You can be sure it will be done on time.
I hope the price is acceptable. Thank you for considering my bid and if I can answer any question for you, just let me know.
M.

 




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.


Securenext
Rated a 9.98 on 99 jobs 
Anuj Gakhar
Rated a 9.98 on 92 jobs 
Codman
Rated a 9.97 on 145 jobs 
Buddies
Rated a 9.82 on 76 jobs 
Andrei Remenchuk
Rated a 10 on 12 jobs 
Michael Sharp
Rated a 9.98 on 179 jobs 
RNA
Rated a 9.92 on 37 jobs 
markesh
Rated a 10 on 22 jobs 
teleCODERS
Rated a 9.93 on 67 jobs 
hernest
Rated a 10 on 109 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.