Posted by jojo on July 16, 2001 at 00:37:48:
In Reply to: MAP vs. OUR OWN AVLTREE posted by jojo on July 16, 2001 at 00:15:16:
: Hey,
: I'm one of those starting late.. I was wondering if
: any of you guys see an advantage of using our own or
: Dr. Evil's AVL tree code over using a predefined STL
: class multiset or map or linked list, etc?
: Is anyone using a multimap?
: Any tips will be appreciated!
: Thanks.
Actually a lot of people took time to explain all
my questions above on this message board. Just
been reading it.. thx
Even tho one thing is still confusing.. (I apologize for
asking simple questions at the last minute):
abstract_foohandler.cpp giving
inheritance to foohandler is not so clear...
so we write both of those, but foohandler inherits
from abstract_foo... but isn't that redundant?