I have been having troubles with this program for quite a while now. After about a week I finally got the RPN calculator to work as expected, my only trouble is the display prompt. I need the INPUT prompt to display "Enter: " followed by each member of the stack.
Each line of input simply takes one token at a time. ANY help would be much appreciated. Also, this is homework so I don't expect/need anyone to type out code, just throw me in the right direction. Thanks!
1, at #28, x.top might top all before meeting a math symbol if it's as displayed at your intention.
2, quite not understand how to make "Enter: 4 3 3.000000 + [ENTER]" think it "3+4", not (3.00000+3+4). I guess better record math symbols too.