(C++) For this project you will create a template class Vector.It will be a fully functional type. It will contain thefollowing:
// Constructors and Destructor
Vector (int Vindex = 0);
//Vindex is the virtual index of the firstelement in your Vector
Vector (const T*, unsigned s, int Vindex = 0);
// Vindex is the virtual index of the firstelement in your Vector
// s is the number of items pointed to byT*
Vector (const Vector&);~Vector ();[1]
//Assignment operator
Vector& operator= (const Vector&);
// Insert the Vector or a pointer to an Vector into an outstream
friend ostream& operator<< (ostream&, const Vector&);friend ostream& operator<< (ostream&, const Vector*);
// access the item
PayPal Gateway not configured
PayPal Gateway not configured