2019
11-29
11-29
strcpy_s与strcpy安全性的比较(转载)
在VC2005的CRT中,增加了一些具有更强安全性的CRT函数,例如strcpy_s, strncat_s等。
(MSDN: <Security Enhancements in the CRT >
Significant enhancements have been made to make the CRT more secure. Many CRT functions now .... Read More >