您当前的位置: 首页 >  ar

txwtech

暂无认证

  • 2浏览

    0关注

    813博文

    0收益

  • 0浏览

    0点赞

    0打赏

    0留言

私信
关注
热门博文

error C4996: 'sprintf': This function or variable may be unsafe.

txwtech 发布时间:2019-05-02 22:23:28 ,浏览量:2

比如:warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. 

在stdafx.h中添加如下: #define _CRT_SECURE_NO_WARNINGS

参考:

https://www.cnblogs.com/douzi2/p/3974959.html

关注
打赏
1665060526
查看更多评论
立即登录/注册

微信扫码登录

0.1236s