hi all, i need help...
ok, about the 2nd statement...
unsigned char buffer[BUFSIZ];
...
buffer[i] ^= argv[3][j++];
ok buffer contains characters from a file...
so im a little confused about what that statement does...
both the "^=" and the argv part...
can anyone explain?
thanks in advance...