Mail Archives: djgpp/2001/09/01/13:15:12
why are variables not initialized as 0 ?
is there any reason, why "int x" can be better than "int x=0" ?
why do we have to define variables at all ? In BASIC I can use
variables without declaring them. (default = float)
I've read, that the new processors will have more registers.
Then we might use register-variables much more often ?
If current GCC/DJGPP uses only -say- half of the registers available ,
then can't they use e.g. all loop-variables as register by default ?
Guenter
- Raw text -