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?
comments
5 Responses to “C++ Humor”

In peasants quest you can. :P
At least you catch them… you usually can throw babies if you catch them. Otherwise your program commits an illegal action.
Oh come on, that’s a great pun.
Careful with those babies, don’t want your program to end in abortion.
… i smack you around for mocking my job!
Nothing like having fun prograamming.