praveenmylavarapu / family-tree

A family tree program in c++ implemented using n-ary tree data structure

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Multiple files

praveenmylavarapu opened this issue · comments

It would be better if implementation and data structure are in separate files.

But I have no idea why it is throwing many errors if family tree and node classes are implemented in separate header files.