程序一直出现terminate called after throwing an instance of 'std::bad_alloc
开始以为是内存泄漏等什么问题,不停调试malloc和free还是不行。。。
最后发现,是我在几个返回值为 int 的函数结尾,忘记
return 0了。。。
程序一直出现terminate called after throwing an instance of 'std::bad_alloc
开始以为是内存泄漏等什么问题,不停调试malloc和free还是不行。。。
最后发现,是我在几个返回值为 int 的函数结尾,忘记
return 0了。。。