Skip to content
This repository was archived by the owner on May 16, 2025. It is now read-only.

bunniico/Calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Calculator

Inspiration:

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

Description

This was a learning project made to learn how to work with event-driven GUIs and to learn how to use WPF in C#.

Features

  • 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)

About

A project made for learning event-driven GUI in C#

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages