gpt4 book ai didi

C++ 十六进制字符串到 unsigned int

转载 作者:可可西里 更新时间:2023-11-01 18:40:29 25 4
gpt4 key购买 nike

<分区>

Possible Duplicate:
C++ convert hex string to signed integer

我正在尝试将十六进制字符串转换为 C++ 中的无符号整数。我的代码如下所示:

string hex("FFFF0000");
UINT decimalValue;
sscanf(hex.c_str(), "%x", &decimalValue);
printf("\nstring=%s, decimalValue=%d",hex.c_str(),decimalValue);

虽然结果是 -65536。我通常不会进行过多的 C++ 编程,因此我们将不胜感激。

谢谢,杰夫

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