pop_back();It sounds like the fact that I'm using a pointer creates some issues. My teacher had another example...
pop_back();Thanks. I going to work on some revisions and get back to you.
pop_back();I guess I having trouble understanding your suggestion.
pop_back();Here it is[code] #include <iostream> #include <vector> #include "SimpleVector.h" using namespac...
pop_back();[code]template <class T> void SimpleVector<T>::PopBack() { aptr->pop_back(); }[/code] Still...