Free Republic
Browse · Search
General/Chat
Topics · Post Article

Skip to comments.

Abbott & Costello buy a computer
Email (where else?) | Unknown | Unknown

Posted on 06/13/2005 1:32:28 PM PDT by Squawk 8888

click here to read article


Navigation: use the links below to view more comments.
first previous 1-2021-25 last
To: Squawk 8888
Oh, and here's a quick-and-sloppy (although it should work)--a couple of stooges for you to get acquainted with.

;-)




#include <iostream>
using namespace std;

class Stooge {
public:
       Stooge();
       ~Stooge();
       void oughtas();
       void nyuks();
};

Stooge::Stooge(){}
Stooge::~Stooge(){}

void Stooge::oughtas()
{
       cout << "Why I oughta!" << endl;
}

void Stooge::nyuks()
{
       cout << "Nyuk, nyuk, nyuk!" << endl;
}

int main()
{
       Stooge Moe;
       Stooge Curly;

       Moe.oughtas();
       Curly.nyuks();
}
21 posted on 06/14/2005 4:42:57 PM PDT by familyop ("Let us try" sounds better, don't you think? "Essayons" is so...Latin.)
[ Post Reply | Private Reply | To 19 | View Replies]

To: Squawk 8888
'm afraid you've got me stumped ...

Yeah, me too. But thanks for pondering it. I can always use my secretary's machine when I need a spreadsheet. Otherwise, I've got Excel, but I never thought it was worth the bother of learning a new program when I already had one that worked just fine for my needs. I may need to rethink that.

22 posted on 06/14/2005 4:50:19 PM PDT by PatrickHenry (Felix, qui potuit rerum cognoscere causas. The List-O-Links is at my homepage.)
[ Post Reply | Private Reply | To 18 | View Replies]

To: familyop
But some of us are nerds forever

Yep, that's me. I've been a nerd since I was four. My "young whippersnappers" tirades at the office are legendary. A lot of programmers are convinced that I'm full of BS because they're certain that a computer with 16 bytes of RAM, 16 bytes of PROM (128 toggle switches), 8-byte input register (8 toggle switches) and an 8-byte output display (8 light bulbs) cannot possibly be programmed to play chess.

23 posted on 06/14/2005 6:46:11 PM PDT by Squawk 8888 (Proudly Christian since 2005)
[ Post Reply | Private Reply | To 20 | View Replies]

To: familyop

I sent that to the IT guys at our HQ in the States. Our tech VP is now seriously concerned for their mental health.


24 posted on 06/14/2005 6:51:20 PM PDT by Squawk 8888 (Proudly Christian since 2005)
[ Post Reply | Private Reply | To 21 | View Replies]

To: Squawk 8888
"I sent that to the IT guys at our HQ in the States. Our tech VP is now seriously concerned for their mental health."

LOL! Thanks. That's good to know. I purposely wrote it that way so that it can easily be added to. Tell 'em to upgrade it and pass it around. Add Larry and maybe some more data for each of 'em. Split it into the usual files when it's big enough. It's now free for whatever use.
25 posted on 06/15/2005 12:48:02 AM PDT by familyop ("Let us try" sounds better, don't you think? "Essayons" is so...Latin.)
[ Post Reply | Private Reply | To 24 | View Replies]


Navigation: use the links below to view more comments.
first previous 1-2021-25 last

Disclaimer: Opinions posted on Free Republic are those of the individual posters and do not necessarily represent the opinion of Free Republic or its management. All materials posted herein are protected by copyright law and the exemption for fair use of copyrighted works.

Free Republic
Browse · Search
General/Chat
Topics · Post Article

FreeRepublic, LLC, PO BOX 9771, FRESNO, CA 93794
FreeRepublic.com is powered by software copyright 2000-2008 John Robinson