Advertisement
czlowiekzgon

Untitled

Dec 7th, 2018
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.10 KB | None | 0 0
  1.  
  2. Element * supPtr = root;
  3.  
  4. Element **tabPtr = new Element *[sizeArray];
  5.  
  6. tabPtr[i] = supPtr;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement