Forum: C++ Feb 23rd, 2005 |
| Replies: 3 Views: 3,140 okay so i tried the calculator i know how it works, push's pops etc don't know how to work in actually evaluating the expression. Please help :) Thanks for everything so far :) |
Forum: C++ Feb 23rd, 2005 |
| Replies: 19 Views: 4,089 Dev C++ is a good free compiler
Visual Studio C++ although very old school is a big help too! that is if you are looking to buy something
Alsoagirl |
Forum: C++ Feb 22nd, 2005 |
| Replies: 3 Views: 3,140 I have read in problems "INFIX" AND CHANGED THEM TO "POSTFIX" or RPN notation, however i need to evaluate the problems and i can't get this to work. I am not sure where to go from the infix to... |