在使用visual studio 2015 写程序时 ,出现了(“The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name:”) 的报错

打开你创建的项目  菜单栏下“项目”

然后点击“ 属性/(*属性)”*“是你自己创建项目的名称

接下来我们会看到

然后再左侧找到 ”c/c++” 点击

点击并找到 其选项下的 ”预处理器“并点击 我们会看到下图

在右侧 的”预处理器定义” 中点击 <编辑> 

我们在定义框中输入“_CRT_NONSTDC_NO_DEPRECATE”  和“

_CRT_SECURE_NO_WARNINGS”

然后点击确定、应用就可以了。

C4996:#(The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name:)相关推荐

  1. The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _itoa. See onl

    The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _itoa. See onl ...

  2. C4996 ‘strlwr’:The POSIX name for this item is deprecated.Instead,use the ISO C and C++ comformant

    C4996 'strlwr':The POSIX name for this item is deprecated.Instead,use the ISO C and C++ comformant n ...

  3. 错误 C4996 ‘stricmp‘: The POSIX name for this item is deprecated. Instead,use the ISO C and C++解决方案

    出现这个错误可以使用 #pragma warning(disable:4996) 或者我们在定义框中输入 _CRT_NONSTDC_NO_DEPRECATE _CRT_SECURE_NO_WARNIN ...

  4. error C4996: 'stricmp': The POSIX name for this item is deprecated

    转自VC错误:http://www.vcerror.com/?p=164 问题描述: 最近使用了VS2012,在使用 stricmp和ltoa函数的时候,报出了以下错误信息 error C4996: ...

  5. VS2015编译时“ The POSIX name for this item is deprecated.”的分析

    在VS2015中使用itoa()函数进行编译时,会产生如下报错信息,"The POSIX name for this item is deprecated. Instead, use the ...

  6. 关于错误 1 error C4996: 'getch': The POSIX name for this item is deprecated.问题解决方式

    _CRT_SECURE_NO_DEPRECATE _CRT_NONSTDC_NO_DEPRECATE 将getchar; 改成_getchar();

  7. warning C4996的分析

    warning C4996: 'itoa': The POSIX name for this item is deprecated. Instead, use the ISO C++ conforma ...

  8. 趣学 C 语言(十)—— 控制台交互(getch() vs. getchar())

    getch() vs getchar() getch()的功能是从键盘输入一个字符,但不在屏幕上显示.在这里,该行的作用是等待,只有当用户从键盘敲任一键时,程序才继续执行, 因此用户可利用这个等待时间 ...

  9. vs2013编译ffmpeg之四十二 zvbi

    ffmpeg引用zvbib vs2013编译zvbi 1. 建立vs2013的工程 2. 宏定义 3._vbi_inline 4. __VA_ARGS__ 5. FOR_ALL_NODES宏 6. i ...

最新文章

  1. 十进制转化为二进制java代码_【模板小程序】任意长度十进制数转化为二进制(java实现)...
  2. 我想成为一名计算机管理员英语作文,我想成为一名老师英语作文4篇
  3. 干货 | 旷视科技俞刚:我在旷视研究院做检测
  4. java socket 自动重连_socket 如何判断远端服务器的连接状态?连接断开,需重连...
  5. 如何将SAP Spartacus的默认home页面替换成login页面 - ProtectedRoutesService
  6. c++飞扬的小鸟游戏_通过建立一个飞扬的鸟游戏来学习从头开始
  7. 挂载nfs文件系统_综合架构-day38-NFS服务补充
  8. 限制使用su命令的用户与使用sudo机制提升权限
  9. Android程序开发:简单电话拨号器
  10. python 任务计划_python任务计划
  11. ofd文件怎么编辑文字
  12. Java 枚举类转换List
  13. 关于Warning: 'https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free/' already的解决方法
  14. flac格式如何转mp3,3招帮你搞定
  15. AccuWeather天气预报应用介绍
  16. 英语四六级作文和翻译
  17. java netbeans 教程_netbeans开发java GUI程序 详细教程.pdf
  18. 计算机主机为什么漏电,电脑主机机箱漏电怎么回事?电脑主机机箱漏电的原因和解决方法...
  19. WPS PDF文档如何取消高亮
  20. VUEcli3设置页签图标

热门文章

  1. java毕业实习报告范文3篇
  2. 【码云周刊第 10 期】放码过来,四个男人的带头冲锋!!(内附 PPT 下载链接)...
  3. Python爬虫|Python爬虫入门:请求
  4. Linux中EXT3与EXT4的区别!
  5. SpringDataJPA -06- specification的基本使用
  6. 《小白兔到大黑牛》第十三篇maven中Hadoop中类的练习
  7. SVGDeveloper制作矢量地图教程详解
  8. AdaBoost算法-课堂笔记
  9. 程序、任务、进程和线程的联系与区别
  10. linux autoconf 升级,autoconf问题