hi all. it is possible to setup in scoptions these thinks:
1.delete #?.o after compiling
2.delete #?.lnk after compiling
Why do you wish to do so?
for(int i;i<10;i++)
{
}
i have Error on compile stage: declaration found in statement block
So, maybe some params too to avoid this ?
Erm, as far as I know it works in C++ only or when C compiler
implements some C extension (it works in GCC4 IIRC).