0
I need a program, which inverses and reverses bits in file, then saves it. Can anyone help?🙏
4 ответов
+ 3
For tis will be needed bitweise operations. Where is your code? How can be helped?
+ 3
Unfortunately here the saving/reading of files is not realy supported. But the bitwise operations can be programmed here.
You can show us here this part of the code and specify your question.
An Example of using bitwise and shift operation I have coded some time ago. Please see as follows:
https://code.sololearn.com/cQ333QP28yva/?ref=app
0
https://youtu.be/bHraoDZSR_M I tried to do it like on this video, but it doesn't work correctly(