Hello,
I'm a c++'s newbie. In a BinarySearchTre e data structure I found this
definition:
void insert( const Comparable & x, BinaryNode<Comp arable> * & t ) const;
What does " *& " mean?
It' s a pointer to a reference? or what?
Thanks
Yuri[color=blue]
>[/color]
I'm a c++'s newbie. In a BinarySearchTre e data structure I found this
definition:
void insert( const Comparable & x, BinaryNode<Comp arable> * & t ) const;
What does " *& " mean?
It' s a pointer to a reference? or what?
Thanks
Yuri[color=blue]
>[/color]
Comment