Project shows usage and structure of BST tree. User can add elements to the tree while it reindexes itself automatically. Tree can be displayed in preorder/postorder or inorder manner.
Just import project to CodeBlocks and compile/run. If you wish you could use another environment by using only main.cpp file.