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
- Host: GitHub
- URL: https://github.com/folkengine/bit_twerking
- Owner: folkengine
- License: unlicense
- Created: 2014-09-21T16:07:15.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-09-21T21:59:37.000Z (over 10 years ago)
- Last Synced: 2025-03-06T00:52:44.403Z (3 months ago)
- Language: C++
- Size: 160 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.