From kde-core-devel Fri Mar 02 11:00:29 2001 From: Malte.Starostik () t-online ! de (Malte Starostik) Date: Fri, 02 Mar 2001 11:00:29 +0000 To: kde-core-devel Subject: OT: Constructor (Re: File Preview Thumbnails) X-MARC-Message: https://marc.info/?l=kde-core-devel&m=98353098409425 Am Freitag, 2. März 2001 11:20 schrieb Alex Zepeda: > On Thu, Mar 01, 2001 at 09:25:03PM +0000, David Faure wrote: > > You want a constructor to ***return a value*** ??? > > You mean you have a constructor that doesn't reaturn one? Yikes. > > foo *var = new foo; Nope, it's the operator new that has the return value, not the ctor. -Malte