Hello. I'm getting one error in my program which is "No matching function call to 'printbinarytree'

时间:2018-05-06 17:09:41

标签: c++ compiler-errors binary-tree

I created a binary tree. The code prints out inorder, postorder and preorder traversal. In my main program I am getting an error message

No matching function call to 'printbinarytree'.

Here is my code:

$("#frm1").submit(function (e) {

Can someone help me to find the problem?

0 个答案:

没有答案