search:msdn string copy相關網頁資料

瀏覽:435
日期:2024-07-30
char *strcpy( char *strDestination, const char *strSource ); wchar_t *wcscpy( wchar_t *strDestination, ......
瀏覽:541
日期:2024-07-29
Copies a string. More secure versions of these functions are available; see strcpy_s, wcscpy_s, ......