An open API service indexing awesome lists of open source software.

https://github.com/folkengine/bit_twerking

Fun with Bitwise Operations
https://github.com/folkengine/bit_twerking

Last synced: 3 months ago
JSON representation

Fun with Bitwise Operations

Awesome Lists containing this project

README

        

bit_twerking
============

Fun with Bitwise Operations

Based upon Sean Eron Anderson's [Bit Twiddling Hacks](https://graphics.stanford.edu/~seander/bithacks.html). This is code that I'm just grabbing and playing with in order to help understand things.

Running
-------

This project is designed to in a C++ type of environment. Since I know virtually nothing about C++ development all I can say is that I'm running it inside [Eclipse CDT](http://www.eclipse.org/cdt/). Since C++ seems to be the goto language for bitwise operations, I figured I should dive right in.