[ Web Proxy ]
URL:
Viewing: https://ru.cppreference.com/c/string/byte/memcpy [Back]  [Original]

memcpy cppreference.com
cppreference.com

memcpy

cppreference.com
< c | string | byte

<metanoindex/>

<tbody> </tbody>
<string.h>
void* memcpy( void* dest, const void* src, size_t count );
count , src , dest. , .
:
Copies count characters from the object pointed to by src to the object pointed to by dest. If the objects overlap, the behavior is undefined.
Google.
. .

dest
:
pointer to the memory location to copy to
Google.
. .
src
:
pointer to the memory location to copy from
Google.
. .
count
:
number of bytes to copy
Google.
. .

dest

.


() []
C++ memcpy

Web Proxy Viewer  |  New URL  |  Original Page