Search:

Type: Posts; User: Manonthem00n

Search: Search took 0.00 seconds.

  1. Replies
    4
    Views
    2,561

    Ok switched the = to == But still unsure of how...

    Ok switched the = to == But still unsure of how to return my results.
  2. Replies
    4
    Views
    2,561

    Stacks C++

    #include <iostream>#include <stack>
    #include <string>


    using namespace std;


    void printMenu();
    int evaluate(string exp);
Results 1 to 2 of 2