I typed in my old e-mail address on google newsgroups, and found this little nugget(FYI: alas, I'm the fool who posted the code, and not the "nightmare" reply... but damn the reply is funny) And yes, I was just still trying to figure out how to program then...
----------------------------------------
> person *p, *p2;
> weapon *gun1;
>
> clrscr();
> p->set_health(10);
> p->show_health();
Uninitialized pointers! Hordes of screaming uninitialized pointers
wielding undeclared weapons. I'm going to bed now, and I'll probably
have nightmares because of you.
----------------------------------------
> person *p, *p2;
> weapon *gun1;
>
> clrscr();
> p->set_health(10);
> p->show_health();
Uninitialized pointers! Hordes of screaming uninitialized pointers
wielding undeclared weapons. I'm going to bed now, and I'll probably
have nightmares because of you.