Search:

Type: Posts; User: apex88

Search: Search took 0.00 seconds.

  1. Replies
    9
    Views
    5,088

    im using visual studio 2008, (dont remeber if its...

    im using visual studio 2008, (dont remeber if its x64, it doesnt say in "about").
    it was an exercise in c++ course, and i needed to appeal over the grade.
    The problem is i lose points for each...
  2. Replies
    9
    Views
    5,088

    Hi again iMalc, I get stack overlflow for 10000...

    Hi again iMalc,
    I get stack overlflow for 10000 elements, but for 5000 the sort is working, i dont mind about stability.
    The unused variables were just for testing few things, i forgot removing...
  3. Replies
    9
    Views
    5,088

    you totally solved my problem

    Thank you very much iMalc, it solved my problem, it required some more changes but now the sort is working as it should.
    Just for you to know, i posted this problem in 3 other forums and none of...
  4. Replies
    9
    Views
    5,088

    stack overflow in merge sort of linkedlist

    hello everyone,
    I have created a template linked list, and im using merge sort to sort it.
    the problem is i get stack overflow for input of 5000+ elements, but its working on like 2000 elements.
    ...
Results 1 to 4 of 4