Пример #1
0
void Registry::Print(){
	for(int i = 0; i < list.size(); i++){
		Person p = list[i];
		p.GetHeight();
	}
}