I am trying to use two classes to implement a tree structure: tree and node. The problem is, from each class I want to call another class’s function, so the simple forward declaration is Not enough
I am trying to use two classes to implement a tree structure: tree and node. The problem is, from each class I want to call another class’s function, so the simple forward declaration is Not enough