Skip to content

trippygif/Motazedi_CSCI2270_FinalProject

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Goal: to simulate a movie rental/purchase software. Input a text file then create a catalog of movies to choose from. The user will choose from a few options, to insert a title to sell, to print out the catalog, to view the cart, or to purchase a movie. This will add any items to the shopping cart and calulate a total owed. Use the menus to navigate through the movie catalog. When a movie is purchased it will be deleted from the catalog.

Download the code and select the build and run option through code blocks. The initial catalog will already be input into the system so there is no text file that needs to be input.

There are no third-party libraries that need to be installed.

This code runs on C++11. To use this in code blocks google c++11 on code blocks.

Contributors: None

Group Members: Alec Motazedi

The only known bugs at this time are when floating point numbers are inout into the command line when asking for ID numbers.

Motazedi_CSCI2270_FinalProject

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 98.8%
  • Makefile 1.2%