gpt4 book ai didi

c - 我的阵列的类型是什么?

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

<分区>

我有以下功能:

int** myfunc() {
int array[2][2];

// operation on the array

return array;
}

编译器出现以下错误:

 cannot convert 'int (*)[2]' to 'int**' in return

所以我的问题是:如何返回数组?

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