node.js - [] overloading c++ array of functions not allowed -


hello im trying create graph , im working on function prototypes, on [] operator overload function im getting following error:array of functions not allowed here prototype:

binarytree& ooperator[](int vertex); 

binary tree binary tree class need change work

you've misspelled operator ooperator. oops!

binarytree& operator[](int vertex); //          ^ 

Comments

Popular posts from this blog

c# - Send Image in Json : 400 Bad request -

jquery - Fancybox - apply a function to several elements -

An easy way to program an Android keyboard layout app -