Home > Back-end >  An issue of secondary pointer SldWorks secondary development
An issue of secondary pointer SldWorks secondary development

Time:10-05

Const int which;
Const CComPtr * vcList=new CComPtr [which];
//assignment operations
//* * * * * * * * * * * * * * * * * * * *//


CComPtr * * PTR=NULL;
Void funs (CComPtr * * PTR)
{
PTR=& amp; VcList;
//process
}

for(int i=0; i{
CComPtr INew=(* PTR) [I];//this sentence right? Can remove the vcList [0] value?
//process
}
  • Related