Search:

Type: Posts; User: lieles

Search: Search took 0.11 seconds.

  1. Replies
    4
    Views
    5,097

    [SOLVED] Re: evaluating postfix expressions using stack

    So I've gone through and found where my program is going wrong. It is when it is checking whether the next character in the input is a operator or not. I am really quite confused why this is...
  2. Replies
    4
    Views
    5,097

    [SOLVED] evaluating postfix expressions using stack

    Hi, I am supposed to write a program that will evaluate postfix expressions using a linked list stack. The user will input the expression on the command line and I have to check if each part of the...
Results 1 to 2 of 2