Reverse Polish Integer Calculator --------------------------------- This is a simple RP calculator allowing only +, -, *, and /. We can also query the stack Google "Reverse Polish Calculator" Note: minimal (none) exception testing is done for stack underflow. Note: trick to determine if input string is an integer Patrick Prosser 30/06/10