Index: [thread] [date] [subject] [author]
  From: Huned M. Botee <huned.botee@duke.edu>
  To  : 
  Date: Tue, 02 Feb 1999 13:57:58 +0000

Re: question

> this may sound really stupid, but hey, it's 3 am.  if i have a pointer
> to an expression tree, and i delete it, does just the root node get
> deleted or does the rest of the tree go with it?  thanks.

Just the root node. A recursive clear() function that deletes all
children nodes might be useful.

-- 


Huned M. Botee
huned.botee@duke.edu


Index: [thread] [date] [subject] [author]