Vector Creation and Manipulation with Country Class #include #include #include #include “country.h” using namespace std; //Function prototypes void printCountries(vector countries); void addCountry(vector&

This assignment builds on what was created in the previous assignment and uses the created class as a subject for
vector creation and manipulation.
If you completed the previous assignment correctly you can use your copy of the class files. If you have not or have
doubts, my copy of the country.h and country.cpp files will be available together with this description so you can
download them and use them as the basis of your solution.
Together with this description you will find two text files: countries.txt and countries2.txt. These are your data files.
Download these and keep them in the same folder as you work; your driver program will need access to them.
Also, you will find a video (sample-run.wmv) which demonstrates the operation of the application.

Comments

Leave a Reply