Search:

Type: Posts; User: miguel811

Search: Search took 0.00 seconds.

  1. Replies
    9
    Views
    3,770

    Itīs working :) It was a function that wasnt...

    Itīs working :) It was a function that wasnt implemented (in node) and I did not notice. Now I can finish my Btree.

    Thank you laserlight, and thank you Elysia!

    Hurray for classes inheritance!
  2. Replies
    9
    Views
    3,770

    I thing the files are well linked because I am...

    I thing the files are well linked because I am using a win32 console aplication in visual studio 2005 and all files are in the same project so I think there is no problem finding the files.
    ...
  3. Replies
    9
    Views
    3,770

    Thanks for the tips laserlight, the code looks...

    Thanks for the tips laserlight, the code looks cleaner using virtual.

    The solution for this lnk2019 error is solved :D (Hurray) with a virtual destructor in class Node (though I dont understand...
  4. Replies
    9
    Views
    3,770

    simple inheritance problem please help:P

    Hi, Iīm new to c++ and inheritance therefore I have a problem with this code. Please help :P

    I want to create two classes ("leaf" and "internal") that inherit from "node". I removed everything...
Results 1 to 4 of 4