C++ 引用 指针 使用举例

1. 请看下程序

inline void CScanLineFill::removeOldNodeAET(AET* &aetList, const float yCurrent)
{
      AET*  pCur = aetList;
    
   
   AET* temp = kkk;
    aetList = pCur;
}
原文地址:https://www.cnblogs.com/icmzn/p/5062690.html