Question : How do I fix a calculation problem in Microsoft Visual 2008?

i have developed a  basic calculator that operates on real numbers throught The Graphical User Interface
The calculator works fine but however For example, when I press"3", "+", "2", and "*", the display gets the value of the first operation (3+2). Subsequently pressing "4" and "=" results in me not getting the correct answer... can somone please help me with this problem. I have attached my work.

Answer : How do I fix a calculation problem in Microsoft Visual 2008?

Hi nuk23;

In the article below you will find an algorithm to implement a calculator that preforms the operations in the correct order.
 
Reverse Polish notation
http://en.wikipedia.org/wiki/Reverse_Polish_notation#Current_implementations

Fernando
Random Solutions  
 
programming4us programming4us