1. C++ / Говнокод #21156

    −32

    1. 01
    2. 02
    3. 03
    4. 04
    5. 05
    6. 06
    7. 07
    8. 08
    9. 09
    10. 10
    11. 11
    12. 12
    13. 13
    14. 14
    15. 15
    16. 16
    try
            {
    		//	...
                     Application->Run();
            }
            catch (...)
            {
                     try
                     {
                             throw Exception("");
                     }
                     catch (Exception &exception)
                     {
                             Application->ShowException(&exception);
                     }
            }

    Сам в шоке

    Запостил: dm-ua, 09 Сентября 2016

    Комментарии (10) RSS

    Добавить комментарий