An occasional C++ copy confusion
If std::copy is the C++ replacement for memcpy, what is the C++ replacement for memmove? There is no such function, which is sometimes a cause of confusion for programmers with a C background.
14 February, 2006 | read more