Skip to content

This is a basic Universal Windows calculator app inspired by the design of the default Windows calculator app.

Notifications You must be signed in to change notification settings

ShaunMitchell98/TheCalculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TheCalculator

A scientific calculator, written in C++ using Windows Presentation Foundation for the UI. The design is inspired by the default calculator app that comes with Windows 10.

Application picture Windows application

I originally intended to attempt to clone this app, but in the process decided to make some changes. One such change is that I removed some buttons whose purpose was unclear or beyond the scope of the app such as the up arrow in the bottom left corner of the Windows app and the dms button.

In the Windows app many of the unary operators that look like they should be pressed first actually expect to be typed after their input. For example:

Windows calculator logarithm

I found this to be unnatural so in my implementation I chose to put the operator before its input:

TheCalculator logarithm

About

This is a basic Universal Windows calculator app inspired by the design of the default Windows calculator app.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages