Mar 23, 2010 09:56
:) Нашел вчера такое:
try
{
// A lot of code
}
catch (Exception &exception)
{
Application->ShowException(&exception);
}
catch (...)
{
try
{
throw Exception("");
}
catch (Exception &exception)
{
Application->ShowException(&exception);
}
}
С++,
стиль кодирования
Leave a comment
Comments 3
Reply
Честно!
Паша :)
Reply
Reply
Leave a comment