Quote Originally Posted by EdwardKes View Post
Hello, I am having a problem with my code. I am trying to delete an array, after I created a bigger one, and copied all the values from the previous to the new one,
You should really post all of this code instead of just describing it. We don't know if that code also has problems.

In addition, where is your test program? Another thing that students or beginners tend to do is write test programs that will avoid the bugs in the code, giving the false impression that the code "works".

Regards,

Paul McKenzie