gpt4 book ai didi

c - 1's and 0' 到十六进制的数组

转载 作者:行者123 更新时间:2023-12-01 01:25:09 24 4
gpt4 key购买 nike

<分区>

我在 C 中有一个 1 和 0 的数组。

int foo[8];

int main()
{
int i = 0;
for (i; i < 8; i++)
{
foo[i] = 0;
}

foo[1] = 1;
foo[3] = 1;
}

所以,我的数组现在是这样的:

01010000

我想将数组的 bin 表示形式转换为 hex 数字。在这种情况下,它将是 0x50

有没有快速简便的方法来做到这一点?

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