gpt4 book ai didi

c++ - 指向结构数组的指针

转载 作者:行者123 更新时间:2023-11-28 07:07:07 25 4
gpt4 key购买 nike

结构指针数组是什么?

是不是像这样:

StructureName objectname[size];

int *ptr;
ptr=objectname;

请确认我这一点。

最佳答案

这是指向某些结构的指针数组:

StructureName* objectname[size];
// ^

这是我能想到的最接近的事情:

array of pointer to the structure

关于c++ - 指向结构数组的指针,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/21637514/

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