| | |
urgent help plz read
Please support our C++ advertiser: Programming Forums - DaniWeb Sister Site
![]() |
Welcome umair125,
We are willing to help you. Please read the rules at daniweb.
1.
Title of post must be a short description of your question.
---- Do not use "urgent help plz read".
2.
How to use bb code tag?
A guideline to use message editor.
3.
Homework rule.
We are willing to help you. Please read the rules at daniweb.
1.
Title of post must be a short description of your question.
---- Do not use "urgent help plz read".
2.
How to use bb code tag?
A guideline to use message editor.
3.
Homework rule.
Store and Movie are concepts, rent a movie is the action , now give it a start.
Last edited by ithelp; Jul 8th, 2009 at 5:14 am.
•
•
Join Date: Jul 2009
Posts: 13
Reputation:
Solved Threads: 0
•
•
•
•
Hi omir
People are normally quite friendly inhere,
but you should ask a specific question.
good luck
i mean i want to create 2 classes movie and customer and i have the functions add movie , view movie list ,delete movie, get a movie these functions are also in customers class like ass custommers....
what should i do first plz help me
>what should i do first plz help me
Begin creating one of the classes, no matter which one you start with.
Do you know how a class skeleton looks like?
If no, then I would like to suggest you to read your text book first.
Otherwise, give it a shot and post what you've come up with.
Begin creating one of the classes, no matter which one you start with.
Do you know how a class skeleton looks like?
If no, then I would like to suggest you to read your text book first.
Otherwise, give it a shot and post what you've come up with.
"Never argue with idiots, they just drag you down to their level and then beat you with experience."
Create Movie, MovieCollection,Customer, RentRegister classes.
Movie class represents a single record of movie.
MovieCollection is a list of Movie object - which include methods like
AddMovie, RemoveMovie, List, etc.
Customer class has fields like - name,address, phone etc.
RentRegister is a list of Rent record and it might includes:
Movie class represents a single record of movie.
C++ Syntax (Toggle Plain Text)
class Movie { string title; string ..... public : constructors setter/getter methods };
MovieCollection is a list of Movie object - which include methods like
AddMovie, RemoveMovie, List, etc.
Customer class has fields like - name,address, phone etc.
RentRegister is a list of Rent record and it might includes:
C++ Syntax (Toggle Plain Text)
class RentRegister { Customer *customer; Movie *movie; string date; ..... public : Issue(); Remove(); Return(); ...... }
So... what have you tried so far? You need to show effort as we're not some sort of request forum that just whips up all the code for you. Post what code you have so far, specifics of what you need help with, etc. Then I'll consider helping you.
"Two good old boys in a fire-apple red convertible. Stoned. Ripped. Twisted. Good people."
- Hunter S. Thompson
my photography
- Hunter S. Thompson
my photography
•
•
Join Date: Jul 2009
Posts: 13
Reputation:
Solved Threads: 0
•
•
•
•
So... what have you tried so far? You need to show effort as we're not some sort of request forum that just whips up all the code for you. Post what code you have so far, specifics of what you need help with, etc. Then I'll consider helping you.
![]() |
Similar Threads
- its urgent plz help me.... (Java)
- Urgent Help !PLz help.....plzz (VB.NET)
- rootmap help??urgent plz.. (PHP)
- Urgent..plz help as soon as possible (Visual Basic 4 / 5 / 6)
- plz help...urgent (Perl)
- Urgent plz help (Pascal and Delphi)
- Urgent.....Dynamic Changes.... (JavaScript / DHTML / AJAX)
- Programming help plz! any one can... (C++)
Other Threads in the C++ Forum
- Previous Thread: i tried to create a program that would get the sum of the squares.
- Next Thread: Complicated data structure
Views: 515 | Replies: 14
| Thread Tools | Search this Thread |
Tag cloud for C++
6 add api array arrays beginner binary bitmap c++ c/c++ calculator char class classes code compile compiler console conversion convert count data delete desktop directshow dll encryption error file forms fstream function functions game getline givemetehcodez google graph homeworkhelper iamthwee ifstream input int integer java lazy lib linkedlist linux loop looping loops map math matrix memory microsoft newbie news node number output parameter pointer problem program programming project proxy python random read recursion recursive reference return sort string strings struct studio system template templates test text tree unix url variable vector video visual visualstudio win32 windows winsock word wordfrequency wxwidgets






