gpt4 book ai didi

c++ - 'uint32_t' 没有命名类型

转载 作者:IT老高 更新时间:2023-10-28 13:20:41 26 4
gpt4 key购买 nike

我正在尝试编译 2007 年编写的 C++ 软件包,但出现此错误:

错误:‘uint32_t’没有命名类型

这发生在使用 g++ 4.5.2 的 64 位 Ubuntu 中。它使用 g++ 4.1.2 在 64 位 CentOS 上编译良好。

我是否缺少 #include 或编译器标志?或者,我应该使用 typedefuint32_t 分配给 size_t 还是 unsigned int

最佳答案

你需要包含 stdint.h

 #include <stdint.h>

关于c++ - 'uint32_t' 没有命名类型,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/11069108/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com