From owner-freebsd-hackers Sat Jul 12 15:04:20 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id PAA21789 for hackers-outgoing; Sat, 12 Jul 1997 15:04:20 -0700 (PDT) Received: from phaeton.artisoft.com (phaeton.Artisoft.COM [198.17.250.50]) by hub.freebsd.org (8.8.5/8.8.5) with SMTP id PAA21781 for ; Sat, 12 Jul 1997 15:04:16 -0700 (PDT) Received: (from terry@localhost) by phaeton.artisoft.com (8.6.11/8.6.9) id OAA28939; Sat, 12 Jul 1997 14:57:30 -0700 From: Terry Lambert Message-Id: <199707122157.OAA28939@phaeton.artisoft.com> Subject: Re: Make World Explodes To: dufault@hda.com (Peter Dufault) Date: Sat, 12 Jul 1997 14:57:30 -0700 (MST) Cc: Shimon@i-connect.net, hackers@FreeBSD.ORG In-Reply-To: <199707121101.HAA08404@hda.hda.com> from "Peter Dufault" at Jul 12, 97 07:01:54 am X-Mailer: ELM [version 2.4 PL24] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-hackers@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk [ ... variable used before being initialized ... ] > One of the truly great useful reasons for constructors/destructors. One of the truly great useful reasons for making warnings fatal when you are compiling kernels. This would have generated a warning if the highest warnings were on. Oh, and the other great reason for constructors/destructors is to make your code slow when you want to take objects out of scope. 8-|. Terry Lambert terry@lambert.org --- Any opinions in this posting are my own and not those of my present or previous employers.