Re: vector.erase(iterator iter) will change "iter" or not?
On Feb 22, 8:47 pm, Triple-DES <fire13...@hotmail.com> wrote:
> That's an interesting point. Consider:
> int * p = new int(441);
> delete p;
>
> Would you say that the last line changes the value of p?
Yes
|