Searched Projects

Tags: User Input

project.name
7 Stars     1274 Views
User:

Full Hexadecimal Addition Calculator

Full Hexadecimal Addition Calculator
Ever wanted to add together 2 32 bit hexadecimal numbers? Never fear!

This hexadecimal calculator is inspired by common pocket calculators. In theory, it could be expanded to do other common functions (once I gain the technical know how to do so :/), but for now, it is capable of addition. The display was the most interesting part to make, but it should definitely feel quite similar to your everyday calculator.

INSTRUCTIONS:
Type in each hexadecimal number (0 - 9, a - f) (preferably one at a time) into the keyboard. The number will then be moved onto the display. Press "clear" to revert the inputted number. Press the "+" key to add the number to the memory. The display will then show the number stored in the memory. When a new number is input, the display will clear, and will show the new number. To clear the memory, press the "clear all" button.

project.name
11 Stars     2017 Views
User:

Hexadecimal Calculator

Hexadecimal Calculator
An update to my previous calculator, this one does both addition and subtraction! It's inspired by common pocket calculators in real life, and should function exactly identical too one. Enjoy!