News

This is my first C++ program, so its very basic. All it does is take in user input, either from the commandline or from a given textfile, and encrypts it according to a bitwise mask "key", i.e.
Integer 1 Value Decimal: 128 Value Binary: 1000 0000 Integer 2 Value Decimal: 127 Value Binary: 0111 1111 The Bitwise sorting algorithm ... ‘bithacks’ to optimize the bit operations inside of the ...