<p><strong>How can I make this compatible with <em>older</em> C++compilers that DO NOT make use of stoi and to_string?</strong></p><p>//Booking system</p><p>#include <iostream><br/>#include <iomanip><br/>#include <string></p><p>using namespace std;</p><p><br/>string welcome();<br/>void print_seats(string flight[]);<br/>void populate_seats();<br/>bool validate_flight(string a);<br/>bool