Path: utzoo!utgpu!news-server.csri.toronto.edu!mailrus!umich!yale!think!zaphod.mps.ohio-state.edu!usc!apple!voder!procase!roger From: roger@procase.UUCP (Roger H. Scott) Newsgroups: comp.lang.c++ Subject: Re: anonymous variables Message-ID: <139@logo.procase.UUCP> Date: 5 May 90 05:52:30 GMT References: <351@dyndata.UUCP> Reply-To: roger@procase.UUCP (Roger H. Scott) Organization: proCASE Corporation, Santa Clara, CA Lines: 6 In article <351@dyndata.UUCP> dan@dyndata.UUCP (Dan Everhart) writes: >It might be neat to be able to define objects anonymously ... Not only *might* it be neat, it *is* neat: SomeClass(); constructs an anonymous instance of class SomeClass and the immediately proceeds to destroy it. You were warm.