This project was made to conform to the requirements set forth by the following kindling project.
https://github.com/florinpop17/app-ideas/blob/master/Projects/1-Beginner/Calculator-App.md
This was a learning project made to learn how to work with event-driven GUIs and to learn how to use WPF in C#.
- 8 digit result display
- Addition, subtraction, division
- Ability to clear last value/operation (C)
- Ability to clear calculator's memory (AC)
- Operations on previous answers (ans = 3; (ans) + 3 = 6)
- Divide by zero protection
- Overflow protection
- Toggle negative/positive number
- Decimal (up to 6 digits after)