Show Bid Request
C++ Program that uses 2 dimensional array!
Bid Request Id: 50889
|
|
|
Posted by: |
Nug Master (5 ratings)
(Software buyer rating 10)
|
Non-action Ratio: |
Very Good - 16.67%
|
Posted: |
Mar 2, 2003 7:12:21 PM EDT
|
Bidding Closes: |
Mar 7, 2003 7:24:22 PM EDT
|
Viewed (by coders): |
334 times
|
Deadline: |
3/10/2003
TIME EXPIRED
|
|
|
|
Description:
ITFN1303 - Foundations of Programming, C++ Program #2 For this assignment you will do problem #7 on page 219. You will need a two dimensional char array with 7 rows and 4 columns. You must fill the array with the seat letters in each column (across a row) for displaying to the user. Use a nested for loop to do this. for (row=0; row <7; row++) for(col=0;col<4;col++) // fill the array here; The column number in the loop, (an int) can be converted to a letter by adding 65 to it. ie, if col is a 0 then char someletter = col + 65; will assign an 'A' to someletter. (Refer to the ASCII table in Appendix 3 of the textbook) Validate user entry. Program will accept only a seating row between 1 and 7 and a seat of A, B, C or D. If the user enters a row of 0 (zero) the program will terminate. You can convert the seating Letter (the char A, B, C or D) to a number by subtracting 65 from it, and then assigning to an int variable. ie, col = 'A' - 65; will assign 0 to the variable col, which can be used as the column subscript for the array. Make sure the seat requested is available. If so, assign an 'X' to that seat, and display the seating chart again. Inform the user if all seats are taken, then display the seating chart again.
Below is an attachment on how the program should work.
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:
Windows Me and needs to run on C++ visual studio for office 2000.
Must be 100% finished and received by buyer on:
Mar 10, 2003 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.
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!
|
$5 (USD)
|
Mar 2, 2003 11:04:14 PM EDT
|
10
(Excellent)
|
|
|
I've never done anything on this site before and really just want to practice my skills :) I included my version of the .exe, hope you like.
|
|
Attached File
|
|
|
|
|