Thanks a lot!

I already have implementation of resizing with new[]/delete[] in way you have described.
In my program I should resize memory only one or few times.
How do you think, should I rewrite my code with "vector" or leave all is?