my problem is after i open a file in "rb" mode i want to start from beginning and read one byte at a time assign the current byte to a variable so i can perform operations on it and then save the result in a text file. and repeat the process until the end of file.
i don't know how i can accomplish that.