Skip to content

dropcreations/Advanced-Calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Advanced-Calculator

Advanced windows calculator project for C# beginners

User Interface

Features

  • This app only provides standard calculator functionality.
  • Only supports 10-digit numbers at once
  • You can add, substract, multiply, divide any count of numbers.
  • You can get the square root and the power as well.
  • Evaluates commands immediately as they are entered.
  • Keyboard controls are available.

Usage

  • Clone the project and open in Visual Studio.