I have an array of nxm elements.
I want to remove array[0]; move everything up; add something to array[n-1].
Do I use memcpy for the shifting? Is there a better way?
Thanks
I want to remove array[0]; move everything up; add something to array[n-1].
Do I use memcpy for the shifting? Is there a better way?
Thanks