Page 1 of 1

¿how to read a file bit to bit?

PostPosted: August 9th, 2006, 2:13 pm
by _karma_
hi,

I need a way to read the file bit to bit, so i can XOR the bit whit an array of string thads full of 1's and 0's

PostPosted: August 10th, 2006, 8:53 am
by Johnny_Bit
by using streams, read file b bytes, then count what you need and viola, done.