I was wondering if it could be possible to read a file including byte shift in C++. Here's an example:
example.txt
Hello, world!
This shouldn't be too complicated to read using ifstream. But if I'll do a byte shift (using value 55 for example), how can I convert the contents of this file...