 |
 |
1 Infinite Loop
|
 |
|
 |
|
Fresh-Faced Recruit
Join Date: Feb 2003
Location: CA
Status:
Offline
|
|
I was just thinking about this while I was taking shower...
1 Infinite Loop is like this...?
int i = 0;
while (true)
{
if (i > 0)
{
// Do some silly stuff here
break;
}
i++;
}
Then it's no inifinite anymore!
I would never code like that though... 
|
|
|
| |
|
|
|
 |
|
 |
|
Fresh-Faced Recruit
Join Date: Feb 2003
Location: CA
Status:
Offline
|
|
How would you express "Cupatino" in code??? 
|
|
|
| |
|
|
|
 |
|
 |
|
Grizzled Veteran
Join Date: Apr 2002
Location: case.edu
Status:
Offline
|
|
Code:
while(true){
cout << "Apple Computer\nCupertino, CA";
}
Or this:
Code:
#define APPLE_ADDRESS while(true){}
|
pb 1440x960 | 1.67, 1.5, 128, 80 | leopard
|
| |
|
|
|
 |
|
 |
|
Fresh-Faced Recruit
Join Date: Feb 2003
Location: CA
Status:
Offline
|
|
Originally posted by Tesseract:
Code:
while(true){
cout << "Apple Computer\nCupertino, CA";
}
Or this:
Code:
#define APPLE_ADDRESS while(true){}
hahaha, that's pretty good!
|
|
|
| |
|
|
|
 |
|
 |
|
Addicted to MacNN
Join Date: Mar 2000
Location: London, UK
Status:
Offline
|
|
You people need to get out more 
|
|
|
| |
|
|
|
 |
|
 |
|
Fresh-Faced Recruit
Join Date: Feb 2003
Location: CA
Status:
Offline
|
|
Originally posted by Angus_D:
You people need to get out more
hahaha, you got that right!
|
|
|
| |
|
|
|
 |
|
 |
|
Mac Elite
Join Date: Sep 2000
Location: Edmond, OK USA
Status:
Offline
|
|
I don't get the point of the original post.
An infinite loop that isn't is not an infinite loop.
|
|
|
| |
|
|
|
 |
|
 |
|
Fresh-Faced Recruit
Join Date: Feb 2003
Location: CA
Status:
Offline
|
|
Originally posted by absmiths:
I don't get the point of the original post.
An infinite loop that isn't is not an infinite loop.
Location of Apple Computer = ?
If you know that, you might get my dumb joke. 
|
|
|
| |
|
|
|
 |
|
 |
|
Mac Elite
Join Date: Sep 2000
Location: Edmond, OK USA
Status:
Offline
|
|
Originally posted by macNullString:
Location of Apple Computer = ?
If you know that, you might get my dumb joke.
Yeah, I know Apple's address in Cupertino, but I didn't get the relation to your code. Are you implying that Apple is 'broken' since your infinite loop has a break in it?
Doesn't it really kill a joke when someone doesn't get it and you have to explain?
I personally think that Apple's address of 1 Infinite Loop shows a better outlook than One Microsoft Way.
|
|
|
| |
|
|
|
 |
|
 |
|
Mac Enthusiast
Join Date: Apr 2001
Location: 127.0.0.1
Status:
Offline
|
|
Originally posted by absmiths:
I personally think that Apple's address of 1 Infinite Loop shows a better outlook than One Microsoft Way.
Agreed. Microsoft's address seems to suggest that "there is only ONE way... the Microsoft way." Us Mac people know better though.

|
|
|
| |
|
|
|
 |
 |
|
 |
|
|
|
|
|

|
|
 |
Forum Rules
|
 |
 |
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
|
HTML code is Off
|
|
|
|
|
|
 |
 |
 |
 |
|
 |
|