<p>I need help with these problems! please help</p><p>#include <iostream></p><p>#include <fstream></p><p>#include <string></p><p>#include "Container.h"</p><p>#include "Book.h"</p><p>#include "Buy.h"</p><p>using namespace std;</p><p>// forward declarations</p><p>void flush();</p><p>void branching(char);</p><p>void helper(char);</p><p>void add_book(string, string, float);</p><p>void change_price(Book *);</p><p>Book* search_book(string,string);</p><p>void remove_book(string,string);</p><p>void print_all(Container*);</p><p>Container* list