Computer Science Canada

CALCULATOR, DAMN this is hard

Author:  OsoInsane_abh [ Wed Jan 19, 2005 7:00 pm ]
Post subject:  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?

Author:  Bacchus [ Wed Jan 19, 2005 7:07 pm ]
Post subject: 

hm.. no button work cept the numbers Razz 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)

Author:  OsoInsane_abh [ Wed Jan 19, 2005 7:17 pm ]
Post subject: 

DAMN, Hate the flexible arrays i have to look into them in more details thanks anways.


: