Console based C++ application, implementation of a fully functional binary tree.
The main bulk of the Binary Tree implementation is in BinaryTree.h file. I cannot remember why but I could not get it to work when I added the implementation in BinaryTree.cpp file.