June 15th, 2008 personal none Comments

Technorati Profile

June 12th, 2008 personal 6 Comments

International Obfuscated C Code Contest The International Obfuscated C Code Contest (abbr. IOCCC) is a programming contest for the most creatively obfuscated C code held annually since 1984. The goal is thus to create the most complex and complicated logic for a possibly simple execution!! There are many winning entries each year, and each entry gets a [...]

The IBM IRL at Bangalore The IBM India research laboratory(IRL) in Bangalore, India is one of the eight places in the world where research and development for software and creative solutions takes place under the guidance of IBM. It was extablished in 1998. Their researchers are renowned for expertise in technologies such as information integration, distributed [...]

June 11th, 2008 Code-theory none Comments

Maximal Munch Problems 1.Ever tried evaluating this expression? ++++p->*mp 2.Ever dealt with the “Sergeant operator”? template class R {    // . . .    friend ostream &amp;operator <<< // a sergeant operator?        T >( ostream &amp;, const R &amp; ); }; 3.Have you ever wondered whether the following expression is legal? a+++++b Welcome to the world of maximal munch. In one of the [...]

June 10th, 2008 Code-theory 2 Comments

In c, there are some keywords the usage of which is not very clearly defined (in textbooks). But they are an important part of the language. Here are some I could find :: Volatile:: The keyword volatile is used to specify that the value of a variable can be changed explicitly by a program even in the [...]

« Previous entries Next entries »

RSS