Monthly Archives: February 2011

I Stitched a Sequin onto Elvis’ Coat…

Well, i did the equivalent thing in the C++ world. Back in 1986 and 1987 I worked in the C++ group at Bell Labs. I was trying to debug my program, but could not understand what I was seeing from … Continue reading

Posted in computers | Comments Off on I Stitched a Sequin onto Elvis’ Coat…

Geekiness

Java is a great language, but it’s missing a feature present in its cousin languages, C++ and C. The feature is the builtin macros __FILE__ and __LINE__. These are often quite useful for debugging, etc. Well, even though Java doesn’t … Continue reading

Posted in computers | Comments Off on Geekiness