In C++ please
Given the requirements as a rough specification, you are todesign the classes and implement the database. So you can considerthe requirements below as an outcome from a meeting with a client.You are in full control of the choice of data structures (exceptthe main data structure of a Binary Search Tree, more detailbelow), algorithms, internal file format, and detailed userinterface scheme.
Requirements are listed with R:
You are designing and implementing a database for the Academy Awardwinners.
R1/R2: You are to read in information from csv file.
R1: You will read in actor-actress.csv which is formatted as acsv file (Ask the user for
OR
OR