Search:

Type: Posts; User: Babouche

Search: Search took 0.00 seconds.

  1. Replies
    5
    Views
    1,839

    Hello, I'm not sure whether I'm qualified...

    Hello,

    I'm not sure whether I'm qualified enough to give my insight on object-oriented programming (classes), but I'll try anyway.

    When I cross that bridge and start using classes, off the top...
  2. Replies
    7
    Views
    1,912

    I have fixed a problem in the tree building,...

    I have fixed a problem in the tree building, however it seems it wasn't the cause of the problem.

    I have installed Valgrind, and I've been toying with it for about an hour.

    Everytime my...
  3. Replies
    7
    Views
    1,912

    With your insight on the meaning of the error...

    With your insight on the meaning of the error message, the logical explanation would be that the tree structure I'm accessing is corrupt / has pointers to de-allocated data.

    Well, I had...
  4. Replies
    7
    Views
    1,912

    The error message is... dynamic. :D Sometimes...

    The error message is... dynamic. :D

    Sometimes I can go through two recursive calls. In which case I get this message:

    ./build-glgraph.sh: line 6: 20024 Erreur de segmentation ...
  5. Replies
    7
    Views
    1,912

    "light" recursive function explodes stack

    Hello,

    As much as I know recursive programming is dangerous and possibly not scalable, I don't have much of a choice here.

    To put it simply, I have a tree of elements that represent a hierarchy...
Results 1 to 5 of 5