warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead.
摘要:
使用VS2005以上版本(VS2005、VS2008、VS2010)编译在其他编译器下正常通过的C语言程序,你可能会遇到类似如下的警告提示:引用内容warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.1>c:/program files/microsoft visual 阅读全文
posted @ 2012-01-01 20:40
御剑江湖的专栏
阅读(243)
评论(0)
推荐(0)
浙公网安备 33010602011771号