|
-
July 29th, 2002, 03:07 PM
#1
What's the difference between...
...an introvert programmer and an extrovert programmer?
.
.
.
An introvert programmer stares at his/her shoes while talking to you and an extrovert programmer stares at your shoes while talking to you.

Apologies,
Jeff
-
July 30th, 2002, 04:18 AM
#2
Re: What's the difference between...
I belief I’m an extrovert! 
Here's another one… a classical, I think.
Code:
#include <iostream>
#define MAX 10;
using namespace std;
int main()
{
int i = 0;
//...
for ( i = 0; i < MAX; i++ );
{
cout << i << endl;
}
return 0;
}
Last edited by zdf; July 30th, 2002 at 04:39 AM.
ZDF
What is good is twice as good if it's simple.
"Make it simple" is a complex task.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|