Programming The theme for the project is developing an information system. You may choose either a booking system, a reservation system, an ordering system, an inventory system, a rental system OR a membership system. Each group should decide a unique PROJECT TITLE. For example, Cinema Ticket Booking System is only for one group. • The system should have following functions as a MENU list: 1. Add item (new item into a list using queue concept) 2. Process item in (1) (processed item into a new normal list) 3. Display item (based on the new list in no. 2 in ascending order using simple sort technique) 4. Exit

C++ for Engineers and Scientists
4th Edition
ISBN:9781133187844
Author:Bronson, Gary J.
Publisher:Bronson, Gary J.
Chapter2: Problem Solving Using C++using
Section2.1: Introduction To C++
Problem 10E: (Practice) You’re given the job of preparing a complete meal for five people next weekend. Determine...
icon
Related questions
Question
100%

provide c++ coding using data structure and algorithm of this cinema ticket booking system

i need class file and main file separately

Programming
• The theme for the project is developing an information system. You may choose
either a booking system, a reservation system, an ordering system, an inventory
system, a rental system OR a membership system. Each group should decide a
unique PROJECT TITLE. For example, Cinema Ticket Booking System is only for
one group.
• The system should have following functions as a MENU list:
1. Add item (new item into a list using queue concept)
2. Process item in (1) (processed item into a new normal list)
3. Display item (based on the new list in no. 2 in ascending order using simple
sort technique)
4. Exit
Sample MENU for Cinema Ticket Booking System.
WELCOME TO CINEMA TICKET BOOKING SYSTEM
|1. Book a ticket
2. Process the booking
3. View all tickets
4. Exit
Enter your choice:
Exit code: 0 (normal program termination)
Create a complete program where it SHOULD APPLY the concept of class and
objects and array of struct.
Make sure your program has NO ERRORS and able to RUN as per intended output.
Transcribed Image Text:Programming • The theme for the project is developing an information system. You may choose either a booking system, a reservation system, an ordering system, an inventory system, a rental system OR a membership system. Each group should decide a unique PROJECT TITLE. For example, Cinema Ticket Booking System is only for one group. • The system should have following functions as a MENU list: 1. Add item (new item into a list using queue concept) 2. Process item in (1) (processed item into a new normal list) 3. Display item (based on the new list in no. 2 in ascending order using simple sort technique) 4. Exit Sample MENU for Cinema Ticket Booking System. WELCOME TO CINEMA TICKET BOOKING SYSTEM |1. Book a ticket 2. Process the booking 3. View all tickets 4. Exit Enter your choice: Exit code: 0 (normal program termination) Create a complete program where it SHOULD APPLY the concept of class and objects and array of struct. Make sure your program has NO ERRORS and able to RUN as per intended output.
Expert Solution
steps

Step by step

Solved in 3 steps with 2 images

Blurred answer
Knowledge Booster
Fundamentals of Boolean Algebra and Digital Logics
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
C++ for Engineers and Scientists
C++ for Engineers and Scientists
Computer Science
ISBN:
9781133187844
Author:
Bronson, Gary J.
Publisher:
Course Technology Ptr