Originally posted by tug_monkey
Wad,Both your pic and sig are really funny. You must be a computer guy… And C too! Very nice… Here's one for ya:
the_answer = the_question ? PE : !PE
tug_monkey,
I get a lump in my throat everytime I look at my avatar - that lovely, sumptuous pudge-mound, so deeply clefted, so invitingly bulging, and the gentle sweep of those soft upper thighs….excuse me…..
So, you’re familiar with C? Yeah, that’s just a silly little bit of code, inspired by memento’s old sig:
memento = ( Idiot* ) malloc(sizeof(Idiot))
If you want to run it, try:
#include <stdio.h>
int main(int argc, char *argv[])
{
int penis = 6;
for( ; penis <= 10 ; ++penis)
printf(“\n%d”, penis);
printf(“\n\nPE works!\n\n”);
system(“PAUSE”);
}
Like I said, it’s hardly a marvel of software engineering.