Please help me to perform this code! I'm beginner and want to know how it's look like!
thank you
To create abstract data type (structure) - vector that comprises a pointer to the target and the number of elements. To define initialization functions, the removal of a vector, set / change the size of the vector, to access to the elements of the vector, a vector calculation module. In the main function to perform addition of two vectors.
It should be a decent beginning, and all you need to do is overload: 1)operator+ to "perform addition of two vectors" 2)operator[] to access elements individually 3)operator<< to print the Vector to std::ostream