Netflix TV

Write two programs to manage a TV-Shows database.

C++ You will write two programs to manage a TV-Shows database. • The first program collects the shows data from the user and stores it on a disk file (c:/temp/netflix.txt). • The second program reads the disk file data, generates the objects, adds them to a vector, changes their contents, and prints them. Program 1 […]

Write two programs to manage a TV-Shows database.

You will write two programs to manage a TV-Shows database. • The first program collects the shows data from the user and stores it on a disk file (c:/temp/netflix.txt). • The second program reads the disk file data, generates the objects, adds them to a vector, changes their contents, and prints them. Program 1 Step1: […]

Scroll to top