gpt4 book ai didi

c++ - 如何访问在另一个函数中的一个函数中定义和声明的数组?

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

<分区>

谁能告诉我如何在另一个函数中访问一个函数中声明和定义的数组。我定义了类。

class main_menu
{
public:
void random_number();
void search_array();
};

然后我定义了两个函数:

void main_menu :: random_number()
{
// Size is global variable so I can access to this variable anywhere.
long random_digit[Size];
}

void main_menu :: search_array()
{
I want to access random_digit[Size] here.
}

我希望有人能帮助我。谢谢。

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