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: 1014db,ef0074ec236ba6e3 X-Google-Attributes: gid1014db,public X-Google-Thread: 103376,b19fa62fdce575f9 X-Google-Attributes: gid103376,public X-Google-Thread: 1108a1,ef0074ec236ba6e3 X-Google-Attributes: gid1108a1,public X-Google-Thread: 108717,ef0074ec236ba6e3 X-Google-Attributes: gid108717,public X-Google-ArrivalTime: 1994-11-29 08:16:59 PST Path: bga.com!news.sprintlink.net!howland.reston.ans.net!gatech!purdue!not-for-mail From: davisrj@cs.purdue.edu (Roy J. Davis) Newsgroups: comp.lang.ada,comp.lang.c,comp.programming,comp.lang.c++,comp.object Subject: Question about class destructors...Easy??? Date: 29 Nov 1994 11:13:09 -0500 Organization: Department of Computer Science, Purdue University Distribution: world Message-ID: <3bfjul$kfh@lab2.cs.purdue.edu> References: <3b9s8d$m58@cleese.apana.org.au> <3bfig8$tn@news.cc.utah.edu> NNTP-Posting-Host: lab2.cs.purdue.edu Xref: bga.com comp.lang.ada:8058 comp.lang.c:32384 comp.programming:5463 comp.lang.c++:38713 comp.object:9090 Date: 1994-11-29T11:13:09-05:00 List-Id: Hi, I have a question regarding class destructors in c++. Can a destructor receive any arguments?? And if one can, how would it be done and in what instance would it be used? Thanks to any and all who reply. Roy D.