Quote Originally Posted by Salem View Post
3. It might actually be quicker at run-time, depending on your implementation of memcpy.
Normally I would agree, but I don't think I can do that with this one...
memcpy is an optimized and fast function for copying memory, so it will probably be faster, if anything. Or should be.