I know I can just iterate through each byte and assign it, but is there a function that does it for me? (a C++ function that may be more efficient or faster or something_
//b-bump? S:
Originally Posted by freedompeace
//b-bump? S:
1. Don't double post.
2. The fastest you could get this at run-time would probably using memcpy to copy the bytes.