1. Список говнокодов пользователя nnemo

    Всего: 1

  2. C++ / Говнокод #4573

    +145

    1. 1
    2. 2
    3. 3
    4. 4
    5. 5
    6. 6
    7. 7
    8. 8
    9. 9
    // The future of the C# or ...
    // Why waste time on trifles, teaching programmers the subtleties of programming !? :)
    
    //...
    CComboBox cb = new Windows7(Windows7Type::wt_combobox);
    for( int i = 0; i < strArray.length(); i++ ) {
    	CComboBoxItem item = new Windows7(Windows7Type::wt_combobox_item, strArr[i]);
    	cb.Add(item);
    }

    nnemo, 09 Ноября 2010

    Комментарии (0)