12345
std::vector<int*> vPtr; int* ptr1 = new int(1); std::vector<int*>::iterator iter = vPtr.begin();