If a create a pointer with new[] (not just new) must I delete it with delete[] (not just delete).