A templated binary tree class in c

The following C project contains the C source code and C examples used for a templated binary tree class. This is my example of a templated binary tree class and its usage. Comes with sample program. Operations include inserting and deleting nodes, listing nodes in preoder, postorder and inorder and deleting the tree or a subtree. Feedback is welcome.

The source code and files included in this project are listed in the project files section, please make sure whether the listed source code meet your needs there.

Project Files: 

File NameSize
BinaryTree.cpp 7394

SocialTags: