nc print person
This commit is contained in:
@@ -440,13 +440,17 @@ void Tree::removeRelation(const unsigned firstId, const unsigned secondId)
|
||||
}
|
||||
}
|
||||
|
||||
void Tree::draw() const
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
void Tree::print() const
|
||||
{
|
||||
//for(const auto& member: people)
|
||||
// member.print();
|
||||
for(int i=0; i<numPeople;++i)
|
||||
people[i].print();
|
||||
people[i].print();
|
||||
}
|
||||
|
||||
void Tree::printRel(const unsigned id)const
|
||||
|
||||
Reference in New Issue
Block a user