CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 5 of 5
  1. #1
    Join Date
    Mar 2007
    Posts
    2

    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

  2. #2
    Join Date
    Jun 2002
    Posts
    224

    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.

  3. #3
    Join Date
    Mar 2005
    Posts
    99

    Re: Totally newbie on C++ need some help

    Sorry, if we did your homework for you then you wouldn't learn anything

  4. #4
    Join Date
    Mar 2007
    Posts
    2

    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

  5. #5
    Join Date
    Oct 2006
    Location
    Singapore
    Posts
    346

    Thumbs up 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
  •  





Click Here to Expand Forum to Full Width

Featured