try
{
do_something_unspeakably_cool();
do_something_potentially_bad();
do_something_weird_that_might_have_enexpected_results();
...
}
catch( char * str )
{
cout << "Exception raised: " <<
str << '\n';
}
Explore life!
round and around. try walking in my shoes...
try
{
do_something_unspeakably_cool();
do_something_potentially_bad();
do_something_weird_that_might_have_enexpected_results();
...
}
catch( char * str )
{
cout << "Exception raised: " <<
str << '\n';
}