Skip to content

GarrisonParrish/binary-calculator

Repository files navigation

binary-calculator

This is a simple calculator based on an earlier class project in C. I have a quiz on binary representation coming up and I wanted to have an easy way to check my understanding.

Eventually this project will have:

  • A signed representation calculator
  • One's complement (yes I know it's useless)
  • Two's complement (Very much not useless)
  • Floating point (IEEE 754)
  • A GUI

References:

Update:

I now have the twos complement conversion working! It only took a few minor tweaks. Now I will start working on a simple GUI to make it neat. The plan is also to eventually package this program so it can be distributed.

About

A set of binary converters in different representations

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages