Vector& Vector::operator=(const Vector& other) { int i = 0; delete[] this->_elements; // this line is bad ! // copying all the fields: t