Using manual memory management with new and delete use RAII concepts create a template class Vector which can be used similiarly to std::Vector without leaving memory leaks or other issues such as ...