Index:
[thread]
[date]
[subject]
[author]
From: Robert C. Duvall <rcd@cs.duke.edu>
To :
Date: 01 Feb 1999 23:44:01 -0500
Re: Interesting Error
> I can't make anything out of this and ddd doen't seem to be working
> right now, so I thouhgt I would share this error with the group.
This error is occurring in one of your destructors. A good rule of
thumb is to start by not writing desctructors (i.e., do not free the
memory you allocate using new). Then, as you get your program
working, add in destructors one by one making sure each one works.
Hope this helps,
rcd
--
Robert C. Duvall
Lecturer, Duke University
rcd@cs.duke.edu
Index:
[thread]
[date]
[subject]
[author]