Элегантно кривые руки
Date: 09/10/07
(Code WTF) Keywords: no keywords
Мой собственный говнокод, нашел копаясь в прошлом...камменты тоже мои тех времен
//...
for(VecMapType::iterator it=m_VecMapAssoc.begin();it!=m_VecMapAssoc.end();it++)///vector of profiles assoc - get map
     {
           for(MapType::iterator itm=(*it).begin();itm!=(*it).end();itm++ )///maps - get soft
                {
                     for(vector::iterator itmv=(*itm).second.begin();itmv!=(*itm).second.end();itmv++)//vector of assoc - get assoc                         
                    {
                               for(vector::iterator itv = v_Assoc.begin();itv!=v_Assoc.end();itv++)//vector of assoc in file - we compare
{
if ((*itv)==(*itmv)) (v_Soft[(*itm).first])[(*itv)]++; //Tonkiy moment, ya sam zabivau cherez 5 minut ego....(Map[AppName])[AbbrName]++;
}
}
}
}
//...
Source: http://community.livejournal.com/code_wtf/101449.html