在 borland c 3.1 中运行我的代码时,它工作正常,但是在 c-free 上运行它时,它在这一行崩溃:while(ptr1->pright)
{
ptr1=ptr1->pright;
}
给 SIGSEGV,有什么合乎逻辑的原因吗?
user1868541
问问题
95 次
在 borland c 3.1 中运行我的代码时,它工作正常,但是在 c-free 上运行它时,它在这一行崩溃:while(ptr1->pright)
{
ptr1=ptr1->pright;
}
给 SIGSEGV,有什么合乎逻辑的原因吗?