#include "IVector.h" #include using namespace std; int main() { const int N = 20; IVector v; // make an int vector v.display(); // prints its contents // Stores N ints in the Vector for (int i=0; i