gpt4 book ai didi

c++ - 不知道类型(类型转换)

转载 作者:太空宇宙 更新时间:2023-11-04 15:53:08 27 4
gpt4 key购买 nike

我想在消息 header 中添加一个变量,所以我使用 unit8_t 来定义它们,但是当我想读取这个变量时,我需要将它转换为 double ,我这样做了:

hello.positionx = unit8_t (m_ipv4->GetObject<MobilityModel> ()->GetPosition ().x);   
hello.positiony = unit8_t (m_ipv4->GetObject<MobilityModel> ()->GetPosition ().y);

如您所见,这些行很相似,但是当我运行我的程序时,它在第二行显示错误:unit8_t in not defined in this scope
我添加了标题:

 #include"stdint.h"  

我不知道,这个错误是什么意思。如果你能帮助我,我将不胜感激。

最佳答案

类型的名称是uint8_t,代表“无符号整数,8位宽”。你好像打错了。

关于c++ - 不知道类型(类型转换),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/4657970/

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