i am totally n00b on C++ coding...im a student in a college and i need some help on how to construct the following program:
http://staff.fit.ac.cy/com.cc/ACSC183/assignment_1.pdf
Printable View
i am totally n00b on C++ coding...im a student in a college and i need some help on how to construct the following program:
http://staff.fit.ac.cy/com.cc/ACSC183/assignment_1.pdf
Hello,
Show us what you have done so far. Don’t expect someone to write it for you.
Sorry, if we did your homework for you then you wouldn't learn anything:)
i didnt ask for make the program for me...just some hints...how to make the program. cuz im totally noob
Well, if the code is to be written in C++, make a class named CCinemaBookings with a few members that can be used to store the state of the theatre seats. It would probably be a good idea to have a 2D array in there as well. Now, make some function members of the class that do the stuff that was given in your assignment. After that, use the old noggin' and figure out how to logically accomplish all that was asked of you... Best of luck!