Search:

Type: Posts; User: KevinWorkman

Search: Search took 0.09 seconds.

  1. [SOLVED] Re: evaluating postfix expressions using stack

    You need to be more specific. How is it "going wrong"? Your best bet is to provide an SSCCE that demonstrates the problem as specifically as possible- perhaps even a simple class with a main function...
  2. [SOLVED] Re: evaluating postfix expressions using stack

    I recommend you step through your program with a debugger. Where does the program deviate from what you'd expect it to do? At the very least, put in a ton of print statements to gauge what's...
Results 1 to 2 of 2