以下是引用鸿蒙之灵在2016-8-23 17:18:53的发言:
这是我通过编译时出现的错误,程序没有找到 stdint.h 文件
这是我通过编译时出现的错误,程序没有找到 stdint.h 文件
首先你得找个支持C语言的编译器
stdint.h是C标准头之一,早在上个世纪就进入了C标准了,如果你的编译环境没有,那只说你用的编译环境有问题
附上C标准对她的描述
The header <stdint.h> declares sets of integer types having specified widths, and defines corresponding sets of macros. It also defines macros that specify limits of integer types corresponding to types defined in other standard headers.