VS开发遇到This function or variable may be unsafe. Consider using strcpy_s instead...

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. 解决办法一: 右击项目,选择属性,选择c/c++,选择预处理器项,在预处理器定义中添加u
相关文章
相关标签/搜索