Talk About Network



Register and Login
Nick
Password
Register create new account Sign up is FREE and you can post replies, new topics, bookmark posts and more!
Recover lost password


Programming > C++ > Binary Search T...
Latest [ Topics | Posts ] Archive Post A New Topic Post a Reply
<< Topic < Post Post 1 of 2 Topic 45762 of 45898
Post > Topic >>

Binary Search Tree

by pleatofthepants <aaronWbryant@[EMAIL PROTECTED] > May 5, 2008 at 01:39 PM

I have a Binary Search Tree and a function called inOrder

void inOrder (TreeNode<T>*, ostream& out)

which is being called like this: a.inOrder(cout);

But it will not work because the parameters are not the same. The
function call has to be the same but what can I change in the function
to allow this?




 2 Posts in Topic:
Binary Search Tree
pleatofthepants <aaron  2008-05-05 13:39:19 
Re: Binary Search Tree
"Victor Bazarov"  2008-05-05 16:42:23 

Post A Reply:
  Go here to Signup

AddThis Feed Button


About - Advertising - Contact - Frequently Asked Questions - Privacy Policy - Terms of Use - Signup

Contact
tan12V112 Tue May 13 14:54:51 CDT 2008.