I need a program, which inverses and reverses bits in file, then saves it. Can anyone help?🙏 | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

I need a program, which inverses and reverses bits in file, then saves it. Can anyone help?🙏

26th Mar 2020, 6:46 PM
AndrreyD
AndrreyD - avatar
3 Answers
+ 3
For tis will be needed bitweise operations. Where is your code? How can be helped?
26th Mar 2020, 6:53 PM
JaScript
JaScript - avatar
+ 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
26th Mar 2020, 8:55 PM
JaScript
JaScript - avatar
0
https://youtu.be/bHraoDZSR_M I tried to do it like on this video, but it doesn't work correctly(
26th Mar 2020, 7:07 PM
AndrreyD
AndrreyD - avatar