gpt4 book ai didi

c++ - 如何将 vector 变量传递给函数?

转载 作者:行者123 更新时间:2023-11-28 08:23:39 24 4
gpt4 key购买 nike

<分区>

Possible Duplicate:
How can I pass a vector variable to a function?

我有以下代码:

std::vector <const char*> value;
value[0] = buf.c_str();

// Now I have to pass the vector variable to function.
// Function declaration: int my_function(const char *)
my_function(value[0]);

但是,我收到了这个错误:

error: cannot convert 'std::vector<char*, std::allocator<char*> >' to 'const char*' for argument '1' to 'int my_function(const void*)'

你能帮我解决这个问题吗?

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