G
Guest
I'm trying to imprort an AVL Tree written in C++ to C# and I have a problem
translating this statement: root_parent = (Node *) &this->_Root
I'm using classes for my Nodes and so I can't use '&' with classes. So how
do I write this in C#?
translating this statement: root_parent = (Node *) &this->_Root
I'm using classes for my Nodes and so I can't use '&' with classes. So how
do I write this in C#?