test



 Science > Physics > test

LINK TO THIS PAGE  


rating :  0   |  0


  Page 1 of 1

1

 
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.
.




  Page 1 of 1

1

 


Related Articles
 

NEWER

pg.1612     pg.1232     pg.940     pg.716     pg.544     pg.412     pg.311     pg.234     pg.175     pg.130     pg.96     pg.70     pg.50     pg.35     pg.24     pg.16     pg.10     pg.6     pg.3     pg.1

OLDER