$18.75
Write a menu driven application that is going to use the hierarchy that you have written for homework 8 and the functions that you have written for homework 9. You will keep track of the collection of Files in a vector of File pointers (File pointers, since File is an abstract class). The menu should contain the following options:
Here are the contents of the file.txt that you can use for testing purposes.
txt
students
500
txt
files
120
gif
picture1
100 x 200
8
gif
picture2
200 x 300
16
txt
testfile
450
Submit your project to your lab instructor.