Tag: Calculator
Scientific Calculator Program
Posted by M. Saqib | Sep 23, 2008 | 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 MoreInterest Calculator
Posted by M. Saqib | Sep 9, 2008 | JavaScript: JavaScript and Web Development Source Code |
Airport Calculator
Posted by M. Saqib | Sep 9, 2008 | JavaScript: JavaScript and Web Development Source Code |
Advanced Calculator
Posted by M. Saqib | Sep 9, 2008 | JavaScript: JavaScript and Web Development Source Code |
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 | Sep 9, 2008 | JavaScript: JavaScript and Web Development Source Code |
Here is a really simple JavaScript calculator – with just 5 functions! (Add, subtract,...
Read MoreJava AWT and Swing Based Calculator Program with GUI
Posted by M. Saqib | Sep 9, 2008 | Java: Java Programming Concepts |
A simple Java Calculator UI developed using Java AWT and Swing.
Read MoreConsole Based Java Calculator
Posted by M. Saqib | Sep 9, 2008 | Java: Java Programming Concepts |
- 1
- 2