string::copy - C++ Reference - cplusplus.com - The C++ Resources Network
Copies a substring of the current value of the string object into the array pointed by s. This substring contains the len characters that start at position pos. The function does not append a null character at the end of the copied content. Parameters s P...