gpt4 book ai didi

c++ - 调试断言失败 : _BLOCK_TYPE_IS_VALID

转载 作者:行者123 更新时间:2023-11-30 01:12:36 24 4
gpt4 key购买 nike

在 C++ 中的以下代码:

class Foo {
vector<Foo*> otherFoos;
};

int _tmain(int argc, _TCHAR* argv[])
{
Foo* data = new Foo[5];
delete data;
}

我收到以下错误: enter image description here

我使用的是 Visual Studio 2013。我不知道我的代码有什么问题。

最佳答案

你应该写delete [] data;delete 用于newdelete[] 用于new[]

关于c++ - 调试断言失败 : _BLOCK_TYPE_IS_VALID,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/33784383/

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