class T
{
public:
// ... some declarations
bool operator ==( T& t )
{
bool b = false;
if ( t == *this ) b = true;
return b;
}
}
среда, 26 марта 2008 г.
fun code
Today I've found funny code somewhere in the big project. It looks like the following:
Posted by
Kirill V. Lyadvinsky
обновлено:
2013-09-09T11:58:18Z
Комментировать в ВКонтакте
Подписаться на:
Комментарии к сообщению
(
Atom
)