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