GetPtrFromRoot
ptrToNode = GetPtrFromRoot(i + 1);
TreePointer* GetPtrFromRoot(int pos);
TreePointer* ptrToNode = GetPtrFromRoot(1);