Quote Originally Posted by VladimirF View Post
If this is a school project and if you are restricted to NOT use STL, check out realloc
I'm not sure you can use realloc in conjunction with 'new[]' and 'delete[]'.

Viggy