I would rather say
Code:
try
{
// some dangerous code
}
catch( ... )    // this should catch ANY exception
{
cout<<" tra la la la la la la la"
}