Skip to content

tudourocky/database_program

Repository files navigation

Movies/TV Series Database

A command prompt database written in C++ to store information of TV Series and Movies


This database stores each TV Serie/Movie as four bar seperated values: These values includes

  • Name of the movie/TV series
  • Director
  • Number of episodes
  • Rating of the movie/TV series

The database can perform CRUD for instance, it can:

  • Add new Movie
  • Delete a Movie
  • Find a Movie
  • List all Movies

Project Demo

Main Menu

image

Add a new entry

image

Delete an existing entry

image

Find an entry

image

List all entries

image

About

A small database written in C++

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors