User profile: dutchman

User info
User name:dutchman
History
Joined:
Number of posts:30
Latest posts:

shifting bits
Hello, I want to make a function that shifts bits to the left and right and append them to the left ...

How to set a bit?
Thank you for replying, my program works! thanks

How to set a bit?
Hello, I want to write a function that sets multiple bits. Here is how it should look: The user...

Change content/line of text in a File
Hello, I want to change a line of text/content in a text file. There are many options, like copy the...

reverse a number of digits of the user input
@LowestOne Am I on the right track? [code]#include <stdio.h> #include <stdlib.h> int main () { ...