| Topic: |
Science > Physics |
| User: |
"" |
| Date: |
30 Sep 2006 12:35:44 PM |
| Object: |
test |
void main {
int goodness = 0;
while(1){
goodness++;
}
return;
}
.
|
|
| User: "The Ghost In The Machine" |
|
| Title: Re: test |
30 Sep 2006 04:00:04 PM |
|
|
In sci.physics,
<>
wrote
on 30 Sep 2006 10:35:44 -0700
<1159637744.058795.196900@b28g2000cwb.googlegroups.com>:
void main {
int goodness = 0;
while(1){
goodness++;
}
return;
}
[1] Main routine requires 'int' return in most operating systems.
[2] Missing argument list declaration ('(') of any sort.
[3] Standard argument list for 'main' is either () or (int argc, char **argv).
[4] Return incompatible with standard return.
[5] Function has infinite loop and therefore never returns.
[6] Variable "goodness" is initialized but never read.
[7] You are a known idiot here in sci.physics.
Ob:-P: :-P~~~~~
--
#191,
Useless C++ Programming Idea #23291:
item *p; if(p != 0) delete p;
.
|
|
|
| User: "backasswards" |
|
| Title: Re: test |
01 Oct 2006 12:53:47 PM |
|
|
The Ghost In The Machine wrote:
[1] Main routine requires 'int' return in most operating systems.
[2] Missing argument list declaration ('(') of any sort.
[3] Standard argument list for 'main' is either () or (int argc, char **argv).
[4] Return incompatible with standard return.
[5] Function has infinite loop and therefore never returns.
[6] Variable "goodness" is initialized but never read.
[7] You are a known idiot here in sci.physics.
I like number 7. : ) Made me laugh.
.
|
|
|
| User: "The Ghost In The Machine" |
|
| Title: Re: test |
01 Oct 2006 05:00:17 PM |
|
|
In sci.physics, backasswards
<backasswards@gmail.com>
wrote
on 1 Oct 2006 10:53:47 -0700
<1159725227.215053.236810@k70g2000cwa.googlegroups.com>:
The Ghost In The Machine wrote:
[1] Main routine requires 'int' return in most operating systems.
[2] Missing argument list declaration ('(') of any sort.
[3] Standard argument list for 'main' is either () or (int argc, char **argv).
[4] Return incompatible with standard return.
[5] Function has infinite loop and therefore never returns.
[6] Variable "goodness" is initialized but never read.
[7] You are a known idiot here in sci.physics.
I like number 7. : ) Made me laugh.
We get our share over here. At least I can read Corey's
code (mostly because it's short); I don't know if Jeff
Relf's exposed himself over in your neck of the woods yet. :-)
--
#191,
Conventional memory has to be one of the most UNconventional
architectures I've seen in a computer system.
.
|
|
|
|
|
|

|
Related Articles |
|
|