What is the specified code snippet of class A for?
сlass A  {
   A * nA;
   A * pA;
   Data  d;
 public:
   void setN(A * p) { nA = p; }
   void setP(A * p) { pA = p; }
   // other code

   ~A() {
       nA->setP(pA);
       pA->setN(nA);
       // other code
   }
};

Слідкуй за CodeGalaxy

Мобільний додаток Beta

Get it on Google Play
Зворотній Зв’язок
Cosmo
Зареєструйся Зараз
або Підпишись на майбутні тести