|
-
March 1st, 2007, 10:38 AM
#1
Totally newbie on C++ need some help
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
-
March 1st, 2007, 01:55 PM
#2
Re: Totally newbie on C++ need some help
Hello,
Show us what you have done so far. Don’t expect someone to write it for you.
ZDF
What is good is twice as good if it's simple.
"Make it simple" is a complex task.
-
March 1st, 2007, 02:08 PM
#3
Re: Totally newbie on C++ need some help
Sorry, if we did your homework for you then you wouldn't learn anything
-
March 1st, 2007, 04:54 PM
#4
Re: Totally newbie on C++ need some help
i didnt ask for make the program for me...just some hints...how to make the program. cuz im totally noob
-
March 1st, 2007, 06:32 PM
#5
Re: Totally newbie on C++ need some help
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!
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|