
-----------------------------------
OsoInsane_abh
Wed Jan 19, 2005 7:00 pm

CALCULATOR, DAMN this is hard
-----------------------------------
Hi, I have a calculator program which i need to make for an ISP (Please look at my code, run it etc..) i have no clue on how to make the calculator carry out the operations (+,-,*,/) can you guys help?

-----------------------------------
Bacchus
Wed Jan 19, 2005 7:07 pm


-----------------------------------
hm.. no button work cept the numbers :P o well work for u to do.. ne ways wat i would do is when you click on a operator button i would store the already inputted number into a empty var and then have a flag to tell which operator, then just put it all together when the press equals (not sure how to use them but i think flexible array might help)

-----------------------------------
OsoInsane_abh
Wed Jan 19, 2005 7:17 pm


-----------------------------------
DAMN, Hate the flexible arrays i have to look into them in more details thanks anways.
