From: Michael Tanczos Newsgroups: comp.os.msdos.djgpp Subject: Deconstructors Date: Fri, 17 Jul 1998 19:37:19 -0400 Organization: Logic-Gate, Co. Lines: 7 Message-ID: <35AFE02F.3C4857ED@logic-gate.com> NNTP-Posting-Host: ras01-451-phl.fast.net Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk When are deconstructors called when using classes? At the end of the program if it's declared statically.. or when you delete the object if it's declared dynamically? Or do you need to call the deconstructor directly.. --- Michael Tanczos