gpt4 book ai didi

c - 指针差异类型(负)

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

我需要知道两个子结构之间的内存距离

(&my_type.a - &my_tape.b.c)

结果的类型是什么?我需要将它转换为 (signed int),所以显然它是别的东西。

最佳答案

根据 C11 标准,§6.5.6/9,

When two pointers are subtracted… The size of the result is implementation-defined, and its type (a signed integer type) is ptrdiff_t defined in the <stddef.h> header.

关于c - 指针差异类型(负),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/19925536/

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