Search:

Type: Posts; User: Mr.777

Search: Search took 0.10 seconds.

  1. Replies
    4
    Views
    1,423

    Re: Flipping mechanism bug

    for(int a = 0; a < sortedStack; a++)
    {
    tempStack[stackCount] = stack[a];
    stackCount++;
    }

    Why it's not a<sortedStack-1...
  2. Replies
    4
    Views
    1,423

    Re: Flipping mechanism bug

    1. How will we know, what are the deviations in your program?
    2. Kindly ask the exact problem, you need us to look at and help you. No one will read this lengthy code.
Results 1 to 2 of 2