SyntaxFix
Write A Post
Hire A Developer
Questions
In C you can use memcpy. In C++ use std::copy from the <algorithm> header.
memcpy
std::copy
<algorithm>