A man with a mission...

C++ Humor

C++ is fun!

#include
using namespace std;

class Babies {};

int
main()
{
  try {
    throw Babies();
  } catch(class Babies e) {
    cout << "Congratulations.  You caught the babies." << endl;
  }
  return 0;
}

I mean, come on...where else can you legally throw Babies?

RTSE out!

Man, I’ve got a feature in the works that will just rock. I’m gonna keep this one under wraps until it’s done though, but the good news is that RTSE 1.0.5 is out and available for the general population.

The new features include (but are not limited to):
-Vastly improved editor interface (we are talking leaps and bounds over what you have now)
-Reply on same page (disabled by default. You will have to enable it)
-Custom color picker
-Colored text works more intuitvely
-Convert smilies check box for those times when you don’t want you smilies auto-converted
-Better support for the various themes in Firefox

Go over and download it now!

RTSE coder