Bah, thats the One True Method(TM)
Granted, I wouldn't do it with 8 spaces, but a tab. To be honest, as long as whatever editor you're using can collapse and highlight parenthesis and brackets, then its not so much of a problem 
Granted, I wouldn't do it with 8 spaces, but a tab. To be honest, as long as whatever editor you're using can collapse and highlight parenthesis and brackets, then its not so much of a problem 
), but rFactor freezed somewhere on the way from menus to racing
. I gave up anyway, cause I found some old joystick...


void nkfsDec(void *data, int size) {
BYTE *k = key;
for(int i=0;i<size;i++) {
((BYTE*) data)[i] -= *k++;
if(*k == 0x00) // End of key, loop
k=key;
}
}
I took about a year of from Java, and when I came back I got used to their colorscheme.
void nkfsDec( void *data, int size ) {
BYTE *k = key;
for ( int i = 0; i < size; ++i ) {
((BYTE*)data)[i] -= *k++;
if ( *k == 0x00 ) {
k = key;
}
}
}


. Oh well. Rember kids, if you'r installing linux, be sure to make a /boot mount point that is less then 1024 cylinders. So I'm going to go do that now ...
.
Thank you though, I'm now well into developing a web GUI in PHP for the dedi server for my uni final year project 