首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 开发语言 > C++ >

m_listRecord.Add(m_listPts);//添加失败为啥

2013-12-10 
m_listRecord.Add(m_listPts)//添加失败为什么?CArrayCListCPoint, CListCPoint& m_listRecordCLi

m_listRecord.Add(m_listPts);//添加失败为什么?
CArray<CList<CPoint>, CList<CPoint>&> m_listRecord;
CList<CPoint,CPoint&> m_listPts;
m_listRecord.SetSize(16);
m_listRecord.Add(m_listPts);//添加失败
[解决办法]
什么叫添加失败?请用程序员术语清晰的表达problem

热点排行