Path: utzoo!attcan!utgpu!news-server.csri.toronto.edu!rutgers!cs.utexas.edu!samsung!usc!snorkelwacker!bloom-beacon!world!burley From: burley@world.std.com (James C Burley) Newsgroups: comp.lang.c++ Subject: Re: Destructors and arrays Message-ID: Date: 5 Aug 90 07:24:54 GMT References: Sender: burley@world.std.com (James C Burley) Distribution: comp Organization: The World Lines: 8 In-Reply-To: matthew@cs.ua.oz.au's message of 3 Aug 90 14:06:20 GMT I don't program in c++ yet, but based on postings I've seen on these boards, try saying "delete [10] Ar;" or "delete [] Ar;". You might get your 10 destructions that way! tq vm, (burley) P.S. Tried sending this as email, but it got returned. At least if I'm wrong in public, somebody'll correct me!