Search:

Type: Posts; User: programminfool

Search: Search took 0.01 seconds.

  1. Replies
    1
    Views
    1,382

    Stack Postfix Calculator

    Can anybody tell me what's wrong with this? I get an answer but its wrong. For example 23+ gives me 225.



    #include <iostream>
    #include <iomanip>
    using namespace std;

    class node
    {
  2. Replies
    2
    Views
    5,481

    Stack Postfix Calculator

    I read a post about the same thing and didn't know how to comment on it so I just made a new thread. Here's the code and couldn't get it to run. If anyone could look at this and tell me what's wrong...
Results 1 to 2 of 2