Skip to content

tachithanhdanh/Simple-Windows-Calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple-Windows-Calculator

Simple Windows calculator project for C# beginners.

User Interface

Simple Windows Calculor UI

Features

  • This app provides functionality like Windows Calculator in Standard mode.
  • Supports up to 15-digit numbers at once.
  • You can add, substract, multiply, divide any count of numbers.
  • You can perfom some additional operations such as square root, get square or inverse number as well.
  • Evaluates commands immediately as they are entered.
  • Keyboard controls are available.

Usage

  • Clone the project and open in Visual Studio for expermenting and adding some more addtional features.
  • Or just download the exe file from releases section.