I\'m trying to implement a tree-like structure with two classes: Tree and Node. The problem is that from each class I want to call a function of th
Tree
Node
Can you but the constructor/destructor bodies in a .cxx file? You could include Tree.h there.