Hello, I am writing a function that takes a stack and doubles the size of it and copies the old information from the original stack to the new one. The stack is implemented with a dynamic array. I receive a compiler error and believe that the error lies with this function.