Why do you have grow_size
and num_elements
members in your array-class, when you don't use them anywhere?
Your code mostly looks fine, just give some thought to what size
means and whether you can trust it. Also, what does your Insert()
method do if the array is already full?