Check out the link below for a scientific calculator with a graphical interface with the source code included.
It has all the functinalities of a scientific calculator. Good User Interface with buttons. User can use mouse too to perform the required operation.
This software is provided by MYCPLSU with the source code, you are free to use this code as you need and change the code.
It has all the functinalities of a scientific calculator. Good User Interface with buttons. User can use mouse too to perform the required operation.
http://www.mycplus.com/utilities/calculator.zip
2007-01-01 14:52:52
·
answer #1
·
answered by Bala 2
·
0⤊
0⤋
What source code? If you have Windows-go to your Start
button and look under Accessories--There's probably a
Calculator there. If not, go to Google search and type in
CALCULATOR, and Voila!
2007-01-01 14:38:08
·
answer #2
·
answered by Anonymous
·
0⤊
1⤋
while(1) { int choice=getch(); if(choice==112) //f1 key is pressed sum(); else if (choice==113) //f2 is pressed diff(); else if(choice==27) exit(0); //normal termination clrscr(); } getch() reads a character from keyboard and return ascii value }
2016-05-23 04:49:20
·
answer #3
·
answered by ? 4
·
0⤊
0⤋
Try www.programmersheaven.com
2007-01-01 16:43:23
·
answer #4
·
answered by micaso1971 5
·
0⤊
0⤋
check out http://www.pscode.com for great examples.
2007-01-02 06:24:34
·
answer #5
·
answered by Richard H 7
·
0⤊
0⤋