SyntaxFix
Write A Post
Hire A Developer
Questions
You forgot the return types in your member function definitions:
int ttTree::ttTreeInsert(int value) { ... } ^^^
and so on.