Hi, I am currently experimenting with pointers and classes. Everytime my pointer reach 80% of its size, I attempt to create a expand it's capacity by 100% by using a temporary array pointer. However, I have come across an error that states 'pointer being freed was not allocated pointer practce(8217,0x10008c580) malloc: *** set a breakpoint in malloc_error_break to debug.' To my knowledge, I allocated the array, could someone please take a look at this? Thank you