fatal error C1083: 无法打开包括文件:“stdint.h”: No such file or directory

时间:2021-05-08 11:18:24
【文件属性】:
文件名称:fatal error C1083: 无法打开包括文件:“stdint.h”: No such file or directory
文件大小:4KB
文件格式:RAR
更新时间:2021-05-08 11:18:24
stdint.h fatal error C1083: 无法打开包括文件:“stdint.h”: No such file or directory 【错误】fatal error C1083: 无法打开包括文件:“stdint.h”: No such file or directory 【原因】stdint.h是c99标准的头文件,vc不支持,所以肯定会提示“No such file or directory”的。 【解决方案】 1. 去http://download.csdn.net/download/liubing8609/10046490下载“inttypes.h+stdint.h”压缩文件。 2. 解压后把inttypes.h和stdint.h放到vc的include目录就可以了。我安装的是VS2008,安装到的默认位置,因此include的路径就是:C:\Program Files\Microsoft Visual Studio 9.0\VC\include 通过以上方法,成功解决编译错误
【文件预览】:
解决stdint.h问题
----stdint.h(7KB)
----inttypes.h(8KB)

网友评论

  • 可用,非常好的资源!!!