Friday, June 1, 2012

C: "memcpy" With Offset

Reference: http://forums.devshed.com/c-programming-42/can-you-memcpy-with-an-offset-285227.html

While there is no "offset" parameter, you can achieve the same effect by passing in the address of the xth element of the array.

No comments:

Post a Comment