(C++) std::strcpy
January 11, 2018 · View on GitHub
(C++) std::strcpy
std::strcpy is an STL function to copy a C-style string.
std::strcpy is defined in the cstring.h header file.
Examples
January 11, 2018 · View on GitHub
std::strcpy is an STL function to copy a C-style string.
std::strcpy is defined in the cstring.h header file.