try {
while (true) {
sleep(TIME::YEAR) ;
AngusYoung++;
}
} catch (const LifeException &death) {
cout << death.cause();
}
try {
while (true) {
sleep(TIME::YEAR) ;
AngusYoung++;
}
} catch (const LifeException &death) {
cout << death.cause();
}