Tag: Calculator
Scientific Calculator Program
Posted by M. Saqib | Updated May 11, 2020 | Utility Programs and Applications |
This graphical scientific calculator purely written in C programming language. It uses small functions to draw buttons on the screen and perform scientific operations like conversion, logarithm, and other operations. Every operation can be performed using the mouse buttons as well as keyboard. It can perform almost all the functions shown on the screen except few functions which will be implemented in the next version of this calculator code.
Read MoreAdvanced Calculator
Posted by M. Saqib | Updated Feb 6, 2022 | Java Script |
This is a very nice JavaScript calculator program to demonstrate simple operations such as addition, multiplication and division. Although the source code can get quite confusing, it works.
Read MoreFive function calculator
Posted by M. Saqib | Updated Jun 29, 2021 | Java Script |
Here is a really simple JavaScript calculator – with just 5 functions! (Add, subtract,...
Read More- 1
- 2