944,006 Members | Top Members by Rank

Ad:
  • C++ Discussion Thread
  • Unsolved
  • Views: 874
  • C++ RSS
You are currently viewing page 1 of this multi-page discussion thread
Jul 8th, 2009
-1

urgent help plz read

Expand Post »
i am doing bscs from GCU lahore PK.i have assigned a project name as MOVIE RENTAL STORE using OOP concepts plz help me to do my project

i,ll b thankful to you,

umair ahmad
Similar Threads
Reputation Points: -10
Solved Threads: 0
Newbie Poster
umair125 is offline Offline
14 posts
since Jul 2009
Jul 8th, 2009
0

Re: urgent help plz read

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.
Moderator
Reputation Points: 2136
Solved Threads: 1228
Posting Genius
adatapost is offline Offline
6,527 posts
since Oct 2008
Jul 8th, 2009
0

Re: urgent help plz read

Hi omir
People are normally quite friendly inhere,
but you should ask a specific question.

good luck
Reputation Points: 70
Solved Threads: 9
Junior Poster
monkey_king is offline Offline
160 posts
since Aug 2008
Jul 8th, 2009
0

Re: urgent help plz read

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.
Reputation Points: 769
Solved Threads: 128
Banned
ithelp is offline Offline
1,910 posts
since May 2006
Jul 8th, 2009
0

Re: urgent help plz read

Hi omir
People are normally quite friendly inhere,
but you should ask a specific question.

good luck
thanks for replaying,

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
Reputation Points: -10
Solved Threads: 0
Newbie Poster
umair125 is offline Offline
14 posts
since Jul 2009
Jul 8th, 2009
0

Re: urgent help plz read

>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.
Reputation Points: 2125
Solved Threads: 243
Postaholic
tux4life is offline Offline
2,105 posts
since Feb 2009
Jul 8th, 2009
0

Re: urgent help plz read

Create Movie, MovieCollection,Customer, RentRegister classes.

Movie class represents a single record of movie.
C++ Syntax (Toggle Plain Text)
  1. class Movie {
  2. string title;
  3. string .....
  4.  
  5. public :
  6. constructors
  7. setter/getter methods
  8. };

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)
  1. class RentRegister {
  2. Customer *customer;
  3. Movie *movie;
  4. string date;
  5. .....
  6. public :
  7. Issue();
  8. Remove();
  9. Return();
  10. ......
  11. }
Moderator
Reputation Points: 2136
Solved Threads: 1228
Posting Genius
adatapost is offline Offline
6,527 posts
since Oct 2008
Jul 9th, 2009
0

need a code

hi friends i need a MOVIE RENTAL SHOP code using OOP concepts plz help me
Reputation Points: -10
Solved Threads: 0
Newbie Poster
umair125 is offline Offline
14 posts
since Jul 2009
Jul 9th, 2009
0

Re: need a code

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.
Reputation Points: 186
Solved Threads: 77
Posting Pro in Training
shadwickman is offline Offline
495 posts
since Jul 2007
Jul 9th, 2009
-2

Re: need a code

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.
dont be so rude
Reputation Points: -10
Solved Threads: 0
Newbie Poster
umair125 is offline Offline
14 posts
since Jul 2009

This thread is more than three months old

No one has posted to this discussion for at least three months. Please let old threads die and do not reply to them unless you feel you have something new and valuable to contribute that absolutely must be added to make the discussion complete. Otherwise, please start a new thread in this forum instead.
Message:
Previous Thread in C++ Forum Timeline: i tried to create a program that would get the sum of the squares.
Next Thread in C++ Forum Timeline: Complicated data structure





About Us | Contact Us | Advertise | Acceptable Use Policy
Forum Index | Build Custom RSS Feed


Follow us on Twitter


© 2011 DaniWeb® LLC