You just got hired at Netflix, congrats! Your job is to takeinformation about the movies within every genre from Netflix’sdatabase (a text file) and store it in dynamic memory, then displaythe information it to the user as they please. In your program, youmust have the following structs:
struct movie { string title; //movie title int num_actors; //numberof actors in the film string * actors; //array of actors floatrating; bool suggested; //true/false of whether this movie wassuggested for you }; struct genre { string genre_name; //name ofgenre movie *m; // array of movie structs int num_movies; //numberof movies in this category };
1.
PayPal Gateway not configured
PayPal Gateway not configured