From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-0.8 required=5.0 tests=BAYES_00,INVALID_DATE autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 109fba,ef0074ec236ba6e3 X-Google-Attributes: gid109fba,public X-Google-Thread: 108717,ef0074ec236ba6e3 X-Google-Attributes: gid108717,public X-Google-Thread: 1108a1,ef0074ec236ba6e3 X-Google-Attributes: gid1108a1,public X-Google-Thread: 1014db,ef0074ec236ba6e3 X-Google-Attributes: gid1014db,public X-Google-Thread: 103376,b19fa62fdce575f9 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 1994-12-01 23:20:36 PST Path: bga.com!news.sprintlink.net!howland.reston.ans.net!news2.near.net!news.delphi.com!bscherrey From: bscherrey@bix.com () Newsgroups: comp.lang.ada,comp.lang.c,comp.programming,comp.lang.c++,comp.object Subject: Re: Question about class destructors...Easy??? Followup-To: comp.lang.ada,comp.lang.c,comp.programming,comp.lang.c++,comp.object Date: 2 Dec 1994 06:41:13 GMT Organization: Delphi Internet Services Corporation Distribution: world Message-ID: <3bmfi9$5cb@news1.delphi.com> References: <3b9s8d$m58@cleese.apana.org.au> <3bfig8$tn@news.cc.utah.edu> <3bfjul$kfh@lab2.cs.purdue.edu> NNTP-Posting-Host: bix.com X-Newsreader: TIN [version 1.2 PL2] Xref: bga.com comp.lang.ada:8166 comp.lang.c:32936 comp.programming:5553 comp.lang.c++:39218 comp.object:9300 Date: 1994-12-02T06:41:13+00:00 List-Id: Roy - A destructor can have arguments although its extremely rare for one to do so and the only time it would be used is when it was called explicitly. If you've got some kind of class with special memory requirements (say, in a shared memory segment under OS/2 or UNIX) you could likely have a need to explicitly call the destructor or a class and, depending on how you handle these needs, might want a parameter in that destructor. later, Ben Scherrey Proteus Technologies, Inc.