logo

Movie Project

Projects are C++ programs that students create to learn data structures, software engineering principles, and develop high-quality C++ programs. The program should adhere to specific guidelines for output, algorithm, and style. The program should also include a Delivery Memo that provides a description of the program, challenges encountered, instructions for building and running the program, and how to interact with it.

8 Pages598 Words172 Views
   

Added on  2023-04-11

About This Document

This project is about developing an application for movie information. It allows browsing film titles and generating reports on the top grossing films of 2016. The films are stored in a database implemented with a Binary Search Tree for efficient search. The project uses film.excel file for data information.

Movie Project

Projects are C++ programs that students create to learn data structures, software engineering principles, and develop high-quality C++ programs. The program should adhere to specific guidelines for output, algorithm, and style. The program should also include a Delivery Memo that provides a description of the program, challenges encountered, instructions for building and running the program, and how to interact with it.

   Added on 2023-04-11

ShareRelated Documents
[Date]
Movie Project
[Document subtitle]
mukesh bhardwaj
[company name]
Movie Project_1
Contents
Executive Summary...............................................................................................................................2
How to run the code..............................................................................................................................4
Output Screen........................................................................................................................................5
Coding...................................................................................................................................................6
Conclusion............................................................................................................................................7
References.............................................................................................................................................7
Movie Project_2
Executive Summary
In this project we develop an application for see the movie information . This project
having menu file is a main file for r movie title browsing the film titles along with the
following information: This program allows us to search and generate reports on the top
grossing films of 2016. The films are stored in a database implemented with a Binary Search
Tree.
To launch the program, c, run the 'make' command in the root directory, and execute the
program named 'filmz'.
This project using film.excel file for data information
Binary Tree is using therefore Search is faster and efficient
1. Film Rank (by total gross)
2. Film Title
3. Producing Studio
4. Total Gross
5. Total theaters which Showed the Film
6. Opening Weekend Gross
7. Total Theaters which Showed the Film Opening Weekend Opening Data
8. Filmz allows you to generate reports of all movies based on rank and alphabetical
ordering by title.
9. filmz also gives you the ability to search for films by:
Movie Project_3

End of preview

Want to access all the pages? Upload your documents or become a member.