Sack Library Documentation
|
__cdecl TYPELIB_PROC void RemoveLastFoundNode(PTREEROOT root);
During FindInBinaryTree and LocateInBinaryTree, the last found result is stored. This function allows deletion of that node.
FindInBinaryTree( tree, 5 ); RemoveLastFoundNode( tree );
Copyright (c) 2000+. All rights reserved.
|
What do you think about this topic? Send feedback!
|