Date: Sat, 17 Mar 2001 19:02:25 +0200 From: "Eli Zaretskii" Sender: halo1 AT zahav DOT net DOT il To: Sahab Yazdani Message-Id: <2110-Sat17Mar2001190224+0200-eliz@is.elta.co.il> X-Mailer: Emacs 20.6 (via feedmail 8.3.emacs20_6 I) and Blat ver 1.8.6 CC: djgpp AT delorie DOT com In-reply-to: <3AB38F31.7090208@operamail.com> (message from Sahab Yazdani on Sat, 17 Mar 2001 11:22:09 -0500) Subject: Re: the follies of new... References: <3AB2BCD3 DOT 4020002 AT operamail DOT com> <4331-Sat17Mar2001095541+0200-eliz AT is DOT elta DOT co DOT il> <3AB38F31 DOT 7090208 AT operamail DOT com> Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > From: Sahab Yazdani > Organization: PheonixSoft Interactive > Newsgroups: comp.os.msdos.djgpp > Date: Sat, 17 Mar 2001 11:22:09 -0500 > > Eli Zaretskii > > > You didn't say what does the bar's constructor do. I'm guessing that > > the key to unlock this is there. > > oops, he, he sorry about dat. okay here is what the constructor does > > initialize some variables that was passed to it via the constructor > allocate some memory space based on variables passed to it via > constructor (length*width) and that is it really. It also creates > another object which is part of the private members of the class bar I meant to post the code, not a verbal description. And while at that, post the destructor as well.