guest598594 commented on a Page, ArrayCopy  -  May 26, 2010
CopyArray(destinationArray, source array, some size1, some size2);

I'm no C++ expert but can't you just get somesize1 and somesize2 from the given arrays?

Edit: found this on google

int arr[17];
int arrSize = sizeof(arr) / sizeof(int);
 Respond  
Are you sure you want to unfollow this person?
Are you sure you want to delete this?
Click "Unsubscribe" to stop receiving notices pertaining to this post.
Click "Subscribe" to resume notices pertaining to this post.