首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 开发语言 > 编程 >

Win32字符串处置函数

2012-12-27 
Win32字符串处理函数Win32字符串处理函数一、字符串拷贝函数_tcscpy_sTCHAR.Hstrcpy_s_UNICODE & _MBCS not

Win32字符串处理函数
Win32字符串处理函数

一、字符串拷贝函数

_tcscpy_s  TCHAR.H
strcpy_s   _UNICODE & _MBCS not defined

The strcpy_s function copies the contents in the address of strSource, including the terminating null character, to the location specified by strDestination. The destination string must be large enough to hold the source string, including the terminating null character. The behavior of strcpy_s is undefined if the source and destination strings overlap.

热点排行