关于删除操作的一些问题
首先,我依旧觉得这里应该加入一个“下溢出检查”:
if(!m_iLength)
{
cout<<"UnderFlow"<<endl;
return false;
}
其次,我认为语句:*e = m_pList[i]没有必要写啊...
首先,我依旧觉得这里应该加入一个“下溢出检查”:
if(!m_iLength)
{
cout<<"UnderFlow"<<endl;
return false;
}
其次,我认为语句:*e = m_pList[i]没有必要写啊...
2016-09-06
举报