Hello, I am very new to C++. My question is how you read and write one single byte to /from a file?
(1) So say I wanted to put the third byte to FF (in hexdecimal), how do I do that?
(2) If I wanted to read the third byte and print out the ascii value for that byte, how do I do that?