Thread: creating a cinema seat

  1. #1
    Registered User
    Join Date
    Sep 2005
    Posts
    15

    creating a cinema seat

    hello~~everyone out there....i have a question to ask u all.....i am doing a C++ project which the topic is about cinema booking system....the problem that i am facing is that i wish to draw a cinema seat plan so that i can show the customer that where is their seat.

    so the question i wan to ask is can i draw a cinema seat plan by C++??? another question is can i draw a box which may filled with colour???

    i am a C++ begineer, i have learn C++ for 6 months, i am using
    OS: window XP
    software : minGW
    the programming should be run under Win32 Console Application.....

    thanks a lot~~~

  2. #2
    Registered User VirtualAce's Avatar
    Join Date
    Aug 2001
    Posts
    9,607
    This sound suspiciously like another problem on the game dev board I helped with months ago.

    So it was homework.

  3. #3
    It's full of stars adrianxw's Avatar
    Join Date
    Aug 2001
    Posts
    4,829
    Drawing boxes and colours is described in parts of my Win32 Console Tutorial, as is resizing the console, something you may need to do if your hypothetical cinema is of any size.
    Wave upon wave of demented avengers march cheerfully out of obscurity unto the dream.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Checking array for string
    By Ayreon in forum C Programming
    Replies: 87
    Last Post: 03-09-2009, 03:25 PM
  2. About using global vars
    By Tibor in forum C Programming
    Replies: 66
    Last Post: 12-18-2008, 09:19 PM
  3. Profiler Valgrind
    By afflictedd2 in forum C++ Programming
    Replies: 4
    Last Post: 07-18-2008, 09:38 AM
  4. Airline Booking System - PLZ HELP
    By Gecko2099 in forum C Programming
    Replies: 5
    Last Post: 03-26-2005, 12:17 PM