回复 楼主 hong4781798
程序的代码有这两个文件因为太大了,所以只好单个的贴上来了,望大侠们多多帮忙啊!初学C++,谢谢!!
licence.rar
(702 Bytes)
licence00.rar
(1.95 KB)
int manager::cancel (CString id) { // licence *lic=new licence(); for(int i=0;i<licences.GetSize();i++) { licence *lic = (licence *)licences.GetAt(i); if(! (lic->getid())) { // delete lic; licences.RemoveAt (i); break; } } return 0; }licences.GetAt(i)返回的是CObject*。