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';
}
1 comments:
diyana,
this proves you're a talented programmer :p
mari buat coding to escape the sadness.
love,
Safety Net
Post a Comment