gpt4 book ai didi

c++ - 1.exe : Microsoft C++ exception: std:out_of_range at memory location 0x0012fb8c中0x77e4bef7的未处理异常

转载 作者:行者123 更新时间:2023-12-03 09:11:18 25 4
gpt4 key购买 nike

第25-30行有问题。我请求了现有索引,但收到一个错误。我不明白问题所在,怎么了?

    string *shells_host = new string[cnt];
for(int i=0;i<cnt;i++)
{
shells_host[i] = LinkToHost(shells[i]);
shells[i] = LinkToReq(shells[i],shells_host[i].size()+7);
}

所有代码: http://codepaste.ru/10939/

最佳答案

您将一个空字符串传递给LinkToHost(),并且对url.substr(7)的调用会导致异常。

不用说,在调试器下运行代码需要花费几分钟的时间才能弄清楚这一点。

关于c++ - 1.exe : Microsoft C++ exception: std:out_of_range at memory location 0x0012fb8c中0x77e4bef7的未处理异常,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/11046271/

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