Search:

Type: Posts; User: MSZShadow

Search: Search took 0.00 seconds.

  1. Replies
    5
    Views
    2,118

    Thanks guys. The error was fixed by changing the...

    Thanks guys. The error was fixed by changing the bugged line to

    if(tree->root == NULL)

    After that, there were a small number of logic errors in my main program, which I fixed. Now it's working...
  2. Replies
    5
    Views
    2,118

    Yeah, but I'm not too good at using gdb yet. I...

    Yeah, but I'm not too good at using gdb yet. I managed to use it to trace the error back to that point, but can't get much more out of it. I'll go try again.

    Edit: It's giving me different...
  3. Replies
    5
    Views
    2,118

    Strange Error (Learning Bstrees)

    Hey, I'm trying to write a program using binary search trees. Everything seems to work up to a certain point, which (as far as I know) shouldn't produce an error. It segmentation faults while it's...
Results 1 to 3 of 3