//File : driverVector.cpp //Author : Andre Long //Due : November 30, 2004 //Description : Demonstrate homemade member functions "push_back and pop_back" #include #include"SimpleVector.h" using namespace std; void main() { SimpleVector andre; andre.pushBack(3); for(int i=0; i may(5); for(int i=0; i<5; i++) { may[i]=5; } for(int i=0; i<5; i++) { cout<<" "<