Thats all the code i have written so far. The rest is just normal stuff as binnode.h and bintree.h which i think are the c++ classes.

Anyways i found the problem. I had to put,

Code:
while(fin >> c)
   tree.insert(c);
That put all the data into the tree and now i just have to write the rest of it. Hopefully i will be able to or you shall see me again soon