admin管理员组

文章数量:1602442

vs2022报错

  • ‘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.
  • ‘strcat’: 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.

解决方法

include前面加上宏定义:

#define _CRT_SECURE_NO_WARNINGS

本文标签: unsafevariablefunctiondeprecationdisable