Prihlasovacie meno: Heslo:
Registrácia nového užívateľa
Moderátor: toedder 
 Computers

Have computer questions, hints, or tips?

BBW's Tips on how to speed up page load the brainking site
Computers (BIG BAD WOLF, 2007-03-12 20:16:01)



Čo je nové o Google?
Zoznam diskusných klubov
Mód: Každý môže písať
Hľadať v príspevkoch:  

22. októbra 2005, 11:39:21
bitwisexor 
Subjekt: Re: new board game
fra: x+2? I don't see how that does anything. x += 2 maybye... And there should be a void rather than empty ().

I think the following illustrates it:

nrad@peregrine% cat test.c ~
int x;

int main(void)
{
x+2;
printf("%d\n",x);

return 0;
}

nrad@peregrine% gcc test.c -o test ~
nrad@peregrine% ./test ~
0

Infact, looking at the assembly it appears to have been seen as gcc (correctly) as a nothing instruction and optimized away.

Dátum a čas
Priatelia on-line
Obľúbené kluby
Spoločenstvá
Tip dňa
Copyright © 2002 - 2024 Filip Rachůnek, všetky práva vyhradené.
Späť na vrchol