编译报错:error C4996: ‘strcpy’: This function or variable may be unsafe. Consider using strcpy_s instead.
解决方案:#pragma warning(disable:4996)
C++ error C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead.
最新推荐文章于 2024-09-12 20:25:24 发布