V.A.R.U.N
Gujjus + Antakshari ;-)
Next was thing that my friend told me long time back and I never believed it. Where there are gujjus, there is antakshari. The whole aircraft was soon divided into two groups and antakshari started.
Golden words but not mine... go read Anurag's post about his Air Deccan experience. Btw he is right ;-)
I have decided to go the linkblogging way, partially to make up for the dearth of original posts...
[Link swiped from DesiPundit]
Simply the best blonde joke ever
With due apologies to all the blondes I know (all of zero) I present the best blonde joke I have ever come across. Simply hilarious!
How NOT to compile a C++ program
You know you have been away from C++ programming (almost a year for me now) when you try to compile a C++ program like this:
varun@dumbledore:~/cpp$ gcc -ansi -pedantic hello_world.cpp
/tmp/ccNWmUfg.o(.text+0x1b): In function `main':
: undefined reference to `std::cout'
/tmp/ccNWmUfg.o(.text+0x20): In function `main':
: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::operator<< <std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*)'
/tmp/ccNWmUfg.o(.text+0x49): In function `__static_initialization_and_destruction_0(int, int)':
: undefined reference to `std::ios_base::Init::Init[in-charge]()'
/tmp/ccNWmUfg.o(.text+0x7a): In function `__tcf_0':
: undefined reference to `std::ios_base::Init::~Init [in-charge]()'
/tmp/ccNWmUfg.o(.eh_frame+0x11): undefined reference to `__gxx_personality_v0'
Yikes!! What I uttered when I realized my mistake simply cannot be published here :-)


Recent comments
on Mon, 23/07/2007 - 4:44pm
on Thu, 19/07/2007 - 4:18pm
on Sat, 26/05/2007 - 10:59pm
on Fri, 18/05/2007 - 6:07pm
on Thu, 22/03/2007 - 1:34pm