.NET 2.0

    Date: 01/10/07 (Code WTF)    Keywords: no keywords

    исходники MS Dotnet 2.0
    файл asmman.cpp

    AsmManFile* AsmMan::GetFileByName(__in __nullterminated char* szFileName)
    {
    AsmManFile* ret = NULL;
    if(szFileName)
    {
    //AsmManFile X;
    //X.szName = szFileName;
    //ret = m_FileLst.FIND(&X);
    //X.szName = NULL;
    for(int i=0; (ret = m_FileLst.PEEK(i))&&strcmp(ret->szName,szFileName); i++);
    }
    return ret;
    }

    Source: http://community.livejournal.com/code_wtf/63572.html

« Взято из... || репост »


antivirus | apache | asp | blogging | browser | bugtracking | cms | crm | css | database | ebay | ecommerce | google | hosting | html | java | jsp | linux | microsoft | mysql | offshore | offshoring | oscommerce | php | postgresql | programming | rss | security | seo | shopping | software | spam | spyware | sql | technology | templates | tracker | virus | web | xml | yahoo | home