void* memcpy( void* dest, const void* src, std::size_t count ); ... which must scan the data it copies or std::memmove, which must take ...
確定! 回上一頁