Search:

Type: Posts; User: donkey

Search: Search took 0.00 seconds.

  1. Replies
    4
    Views
    847

    i dont it this way as well but cant seem...

    i dont it this way as well but cant seem executing...please help



    #include <iostream>
    #include <cstdlib>
    #include <stack>

    using namespace std;
    int cce(stack<int>& S, stack<int>& T);
  2. Replies
    4
    Views
    847

    i changed it it to a while loop added the pop but...

    i changed it it to a while loop added the pop but still not working. any more ideas please
  3. Replies
    4
    Views
    847

    need help with stack

    Write code that will determine the number of common unique elements in
    the two stacks. For example, S has elements (top to bottom): 1, 2, 3, 3, 4, 5,
    6; T has elements (top to bottom): 1, 3, 5, 5,...
Results 1 to 3 of 3