
-----------------------------------
JWHooper
Sun Aug 26, 2007 1:39 am

Help please
-----------------------------------
I am a new user to programming C++. I want an written program that shows how to calculate two real numbers (in basic arithmetic operation(PEMDAS)), where a and b are real numbers.

Thanks,

J.

-----------------------------------
rdrake
Sun Aug 26, 2007 9:57 am

RE:Help please
-----------------------------------
You may find [url=http://compsci.ca/v3/viewtopic.php?t=13820]this topic of interest.

-----------------------------------
CodeMonkey2000
Sun Aug 26, 2007 10:04 am

RE:Help please
-----------------------------------
Or just pick up a C++ textbook from your local library. 

This was our final project for grade 11 compsci. We had to make a BEDMAS calculator. We used pascal though. This is a string manipulation problem, you are going to be dealing with strings.

-----------------------------------
Clayton
Sun Aug 26, 2007 6:18 pm

RE:Help please
-----------------------------------
Stacks are good too, they can potentially help things along, depending on how proper you want your calculator to act.
