MLforAll / Bitwise-Tests

Little C terminal program to see effect of bitwise operations

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bitwise-Tests

Little C terminal program to see effect of bitwise operations

What is this?!

This is a little C program running inside the terminal on Linux and macOS allowing one to see the effect of one or more bitwise operators on a size_t.

The program will display the binary representation of the number before and after the bitwise operation.

Known Bugs

kPaddingOctal setting has no effect (not yet implemented) kPaddingNormal setting is buggy

About

Little C terminal program to see effect of bitwise operations


Languages

Language:C 82.0%Language:Makefile 18.0%