msinttypes-r26.zip;无法打开包括文件

时间:2023-10-22 05:37:01
【文件属性】:

文件名称:msinttypes-r26.zip;无法打开包括文件

文件大小:14KB

文件格式:PDSBAK

更新时间:2023-10-22 05:37:01

c++

msinttypes-r26.zip;无法打开包括文件:“stdint.h” 所需积分/C币:25 2016-01-18 17:42:20 7KB ZIP 收藏 收藏 5 举报 fatal error C1083: 无法打开包括文件:“stdint.h”: No such file or directory stdint.h是c99标准的头文件,vc不支持,所以肯定会提示“No such file or directory”的。 解决办法: 解压后会得到三个文件,把inttypes.h和stdint.h放到vc的include目录就可以了。 我安装的是VS2008,安装到的默认


网友评论