in reply to Re: Out of Memory 2.
in thread Out of Memory 2.
Then I put the sample expression you provided "(a+b)(c+d.)" in a file named postfix.txt as follows: ... This isn't surprising as there is nothing in your code to handle the parentheses.
It is a postfix expression evaluator. That example would have to be entered as a,b,+,c,d,+,x
|
|---|