this item is deprecated. Instead, use the ISO C and C++ conformant name

error C4996: 'strupr': The POSIX name for this item is deprecated. Instead, use the ISO C and C++ conformant name: _strupr. See online help for details.

error C4996: 'strupr': The POSIX name for this item is deprecated. Instead, use the ISO C and C++ conformant name: _strupr. See online help for details.

error C4996: 'sopen': The POSIX name for this item is deprecated. Instead, use the ISO C and C++ conformant name: _sopen. See online help for details.error C4996: 'stricmp': The POSIX name for this item is deprecated. Instead, use the ISO C and C++ conformant name: _stricmp. See online help for details.

用VS2010好好的,在VS2015上编译就报一堆错。

在头文件尾部添加

#pragma warning(disable:4996)

报错消除
原文链接: https://www.cnblogs.com/yuzhould/p/6070375.html

欢迎关注

微信关注下方公众号,第一时间获取干货硬货;公众号内回复【pdf】免费获取数百本计算机经典书籍

原创文章受到原创版权保护。转载请注明出处:https://www.ccppcoding.com/archives/244035

非原创文章文中已经注明原地址,如有侵权,联系删除

关注公众号【高性能架构探索】,第一时间获取最新文章

转载文章受原作者版权保护。转载请注明原作者出处!

(0)
上一篇 2023年2月13日 下午11:48
下一篇 2023年2月13日 下午11:52

相关推荐