Does anybody know the best way to add a reverse polish expression to a stack
thanks henry:confused:
Printable View
Does anybody know the best way to add a reverse polish expression to a stack
thanks henry:confused:
What do you mean? Just add the operands and operators like you would normally add anything to a stack.