I read this code online and it doesn't compile; i wonder where the error and hopefully a simple link to cope this topic
class BinaryTree
{
private T dataValue;
private BinaryTree leftSubTree; // here error
private BinaryTree rightSubTree; //here error
...............................................
}
Regards,
MarcoPosted Nov 1, 2009, 6:01 AM
Kirtan PatelPosted Oct 31, 2009, 1:01 PM