Help me!


Create a tree structure. Real-world examples: family tree. Simulated example: simulate a filesystem.


Level 4

A doubly-linked list or tree structure. No memory leaks or other pointer problems.
This isn't a homework site. If you write some code, and show us what you've written, and tell us what problems you're having with it, then we'll help.
come on m10, ill be your bestfreind...
Here you go my bestfriend.
1
2
3
template <typename T>
class Tree {
};
Topic archived. No new replies allowed.