954,492 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

urgent help plz read

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

umair125
Newbie Poster
14 posts since Jul 2009
Reputation Points: -10
Solved Threads: 0
 

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.

__avd
Posting Genius (adatapost)
Moderator
8,648 posts since Oct 2008
Reputation Points: 2,136
Solved Threads: 1,241
 

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

good luck

monkey_king
Junior Poster
160 posts since Aug 2008
Reputation Points: 70
Solved Threads: 9
 

Store and Movie are concepts, rent a movie is the action , now give it a start.

ithelp
Nearly a Posting Maven
Banned
2,230 posts since May 2006
Reputation Points: 769
Solved Threads: 128
 

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

umair125
Newbie Poster
14 posts since Jul 2009
Reputation Points: -10
Solved Threads: 0
 

>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.

tux4life
Nearly a Posting Maven
2,350 posts since Feb 2009
Reputation Points: 2,134
Solved Threads: 243
 

Create Movie, MovieCollection,Customer, RentRegister classes.

Movie class represents a single record of movie.

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:

class RentRegister {
          Customer *customer;
          Movie       *movie;
          string date;
          .....
    public :
              Issue();
              Remove();
              Return();
              ......              
  }
__avd
Posting Genius (adatapost)
Moderator
8,648 posts since Oct 2008
Reputation Points: 2,136
Solved Threads: 1,241
 

hi friends i need a MOVIE RENTAL SHOP code using OOP concepts plz help me

umair125
Newbie Poster
14 posts since Jul 2009
Reputation Points: -10
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.

shadwickman
Posting Pro in Training
497 posts since Jul 2007
Reputation Points: 186
Solved Threads: 77
 
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

umair125
Newbie Poster
14 posts since Jul 2009
Reputation Points: -10
Solved Threads: 0
 

I'm not.... I'm following the rules for posting questions on this forum. Maybe you should take a look at them.

shadwickman
Posting Pro in Training
497 posts since Jul 2007
Reputation Points: 186
Solved Threads: 77
 

shadwickman is right -- we are not here to write programs for people but to help them write their own programs. You will not learn anything if all you do is copy someone else's work.

The first thing you need to do is sit down with pencil & paper and write down all the things your program needs to do. Then start writing a program that accomplishes that list, coding one small part at a time.

Ancient Dragon
Retired & Loving It
Team Colleague
30,049 posts since Aug 2005
Reputation Points: 5,662
Solved Threads: 2,343
 

And... what's the point of having more than one thread about the same thing?
http://www.daniweb.com/forums/post911481.html

If your problem is so urgent, then you better spend your time to create your program, instead of double posting.

tux4life
Nearly a Posting Maven
2,350 posts since Feb 2009
Reputation Points: 2,134
Solved Threads: 243
 

>i,ll b thankful to you
Oh yes??
http://www.daniweb.com/forums/post912553.html

tux4life
Nearly a Posting Maven
2,350 posts since Feb 2009
Reputation Points: 2,134
Solved Threads: 243
 

two threads merged.

Ancient Dragon
Retired & Loving It
Team Colleague
30,049 posts since Aug 2005
Reputation Points: 5,662
Solved Threads: 2,343
 

This article has been dead for over three months

Post: Markdown Syntax: Formatting Help
You