Skip to content

The-Young-Programmer/GUI-Scientific-Calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

GUI Scientific Calculator

(click here for more C/C++ codes)

This is a C Programming Language of basic and few Advance Scientific features of Calculator. It shows a nice graphical UI of the calculator with 3D buttons and demonstrates click button animation functionality.

It was developed using the Turbo C++ 3.0 IDE. It uses BGI Graphics to render all the graphics.

images (2)

calculator

The features of the calculator includes :

  • Basic Calculations (Add, Subtract, Multiply and Divide)

  • Advance Calculations (Square root, Square, Cube)

  • Trigonometric Functions (Sine, Cosine, Tangent, Cotangent, Secant and Cosecant)

  • Number Conversions (Binary, Decimal, Hexadecimal and Octal)

  • Logarithmic Functions (Log, Natural Log (ln), e, Exponential)

  • Angle Measurement (Degree, Radia and Gradian)

  • Other Functions (Memory, Pi and Inv)

Installation

For Windows users:

For MacOS Users:

For Linux Users:

  • It kind of complicated to get it done on Linux, but once I figure a way, will drop it here.

(click here for more C/C++ codes)

🌟 🌟 🌟

Pls Comment if you face any Error. And don't forget to give a Star 🌟.