How Software Gets Done  


Login

Software Buyers
Request bids
Search coders
My Buyer Account
Buyer help
Buyer articles
Buyer FAQ
Latest news
 
Software Coders
Newest open work
Browse all work
Search all work
My Coder Account
Coder help
Coder articles
Coder FAQ
Latest news
 
Affiliates
My Affiliate Account
Affiliate help
Affiliate FAQ
Latest news
 
Newest Bid Requests.
Windows Ram Disk Device Driver
By MarkUK on Jul 12
Max Bid: Open to fair suggestions


Simulation of online auction web service using age ...
By paok-thanos4a on Jul 12
Max Bid: $200


PHP - WYSWYG Editor (snippetmaster clone)
By Portal Designs on Jul 12
Max Bid: Open to fair suggestions


System Cleaner
By Endemix on Jul 12
Max Bid: Open to fair suggestions


MFC Application
By lwinkenb on Jul 12
Max Bid: Open to fair suggestions


problem in VB with custom cursors
By jkoder59 on Jul 12
Max Bid: $25


Click here to put this ticker on your own site and/or get live RSS newsfeeds

Open Work Categories.
Database 
(144 open)
   Access 
(56 open)
   MySQL 
(79 open)
   Oracle 
(10 open)
   SQL Server 
(49 open)
   Other DB 
(19 open)
Documentation / Tech Writing 
(16 open)
Data Entry 
(20 open)
Game Development 
(26 open)
Graphics / Art / Music 
(53 open)
   Graphics 
(60 open)
     Adobe AfterEffects 
(1 open)
     Adobe Photoshop 
(18 open)
     Adobe Premiere 
(4 open)
     3d Animation 
(15 open)
   Art (Misc.) 
(19 open)
   Music 
(11 open)
   3d Modeling 
(12 open)
Language Specific 
(91 open)
   ASP 
(59 open)
   ASP .NET 
(38 open)
   C# 
(37 open)
   C++ / C 
(109 open)
   Carbon (Mac OS) 
(1 open)
   Cocoa / Obj-C 
(2 open)
   Cold Fusion 
(13 open)
   Delphi 
(25 open)
   Java 
(62 open)
   JSP 
(8 open)
   Perl 
(42 open)
   PHP 
(87 open)
   XML/XSL 
(30 open)
   Visual Basic 
(146 open)
   Visual Basic .Net 
(57 open)
   Other 
(52 open)
Misc 
(28 open)
   CAD 
(3 open)
MultiMedia 
(41 open)
   Video Editing 
(6 open)
Network 
(40 open)
   Network Design 
(12 open)
   Network Implementation 
(12 open)
Platforms 
(72 open)
   Windows 
(173 open)
     MS Exchange 
(5 open)
     MS Office 
(14 open)
     Other 
(14 open)
   Darwin 
(1 open)
   Internet Browser 
(45 open)
   Linux 
(57 open)
   UNIX 
(27 open)
   Hand Held/PDA Programming 
(9 open)
Requirements 
(12 open)
Security 
(30 open)
Testing / Quality Assurance 
(17 open)
Web 
(148 open)
   Page Design 
(82 open)
   Flash 
(45 open)
   Web Services 
(71 open)
   Web (Other) 
(69 open)
Training 
(10 open)
   Computer Based 
(10 open)
Other
 
Other Sites

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

Homework problem on a appolication of a 2-dimensional array to assign seats to passengers on a plane.
Bid Request Id: 4283
Bookmark in my 'To Do' list
Posted by: fuzzyd97 (9 ratings)
(Software buyer rating 9.88)
Non-action Ratio: Very Good - 0.00%
Buyer Security Verifications: Good
Approved on: Oct 29, 2001
7:37:21 PM EDT
Bidding Closes: Oct 30, 2001
8:30:42 PM EDT
Viewed (by coders): 451 times
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 Jul 12, 2003 10:12:51 AM EDT)

Description:
The plane has seven rows,with fours seats per row. The following is the seating configuration. Row numbers are from 1 o 7 and the seating planning is AB CD for each row. Notice that the rows are labeled 1 to 7 on the plane but must be labeled 0 to 6 in the array. The columns are listed as seats 'A','B','C','D' but are also labeled as 0 to 4 in the array. You will have to make thhese adjustments yourself when you define and initialize the array that stores the seating plan.
To start, declare the seating plan to be 2-dimensional char array as char Seating [7][4];
Fill this array so that the four rows is the same namely 'A''B''C''D' THIS WILL give the display above. Theprogram proceeds by allowing potential passengers to select the seat they wish to have.

When a seat has been slected its place on the array will be replaced by the letter 'X' So, if seats 1A 1B 2C ADN 3D have been sold, then the array will display those rows with a X LIKE THIS
XX CD
AB XD
AB CX
AB CD
AB CD
AB CD
AB CD
IF a passenger requests a seat that is already taken, the request is rejected and that passenger will be asked to select another seat.

Some requirements:
void InitSeats (char S [][4], int rows) This is for the four seats are labeled ABCD

void Display (char S [][4],int rows)

This if for the rows to be displayed in a readable format

bool SeatAssigned (char S[][4],int row,char seat)

This is for s holds the seating plan row is the row in which seating is requested (1-7 -> convert to 0-7) seat in row requested A-D must be converted to 0-3.

The program should begin by decalring and initializing a two dimensionsal array to hold the seating plan. THen, creat a loop that:

1. Displays the current seating plan

2. Asks the user to submit the row (1-7) desired

3. Asks for the seat desired in that row (A,B,C,D)

4. If the seast is avaible, the passenger is placed by replacing the array entry by an 'X'. If the seat is unavailble, ask the passenger to submit another choice.

This loop should repeat until either the plane is full or the user opts to stop, The final seating plan should then be displayed ask before the program terminates.

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


Special Conditions / Other:
Must be done by 01:30 am 10/31/01.

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!
Elmiguel409
(19 ratings)
in Dallas, Texas
United States
Bid id: 41,840
 
$10 (USD) Oct 30, 2001
2:38:28 AM EDT
 9.53
(Excellent)
   
I've got your program done... I'll give you the source code after the auction is over and change anything you want to change. Thanks.
Attached File
 




Quick Bid Request 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.
 
Top Coders.

Anuj Gakhar
Rated a 9.97 on 102 jobs 
Securenext
Rated a 9.96 on 109 jobs 
Buddies
Rated a 9.82 on 80 jobs 
Andrei Remenchuk
Rated a 10 on 13 jobs 
Codman
Rated a 9.97 on 149 jobs 
Michael Sharp
Rated a 9.97 on 181 jobs 
D-N-S
Rated a 9.93 on 37 jobs 
markesh
Rated a 10 on 22 jobs 
teleCODERS
Rated a 9.93 on 67 jobs 
Tometa Software, Inc.
Rated a 10 on 10 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.