Exceptions (2) prev
next

try {
	f();
} catch(erreurMath e) {
	cout << e._type;
} catch (erreur) {
}

void f() { throw erreurMath(toto); }


Ch. Tronche - Année 96-97 - Page 13