From owner-freebsd-hackers Sat Jul 12 11:50:27 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id LAA14977 for hackers-outgoing; Sat, 12 Jul 1997 11:50:27 -0700 (PDT) Received: from sendero-ppp.i-connect.net (sendero-ppp.i-Connect.Net [206.190.143.100]) by hub.freebsd.org (8.8.5/8.8.5) with SMTP id LAA14969 for ; Sat, 12 Jul 1997 11:50:16 -0700 (PDT) Received: (qmail 23810 invoked by uid 1000); 12 Jul 1997 18:50:05 -0000 Message-ID: X-Mailer: XFMail 1.2-alpha [p0] on FreeBSD Content-Type: text/plain; charset=iso-8859-8 Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <199707121101.HAA08404@hda.hda.com> Date: Sat, 12 Jul 1997 11:50:05 -0700 (PDT) Organization: Atlas Telecom From: Simon Shapiro To: Peter Dufault Subject: Re: Make World Explodes Cc: hackers@freebsd.org Sender: owner-hackers@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Hi Peter Dufault; On 12-Jul-97 you wrote: > > No, no. I AM stupid. See here: > > > > int > > foo(int bar) > > { > > int ospl; > > > > ... > > > > splx(ospl); > > } > > One of the truly great useful reasons for constructors/destructors. Yup. Balance that with: ``Have you everseen an O/S written in C++ ?'' I have. Not funny. Simon