home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.lang.c++
- Path: sparky!uunet!microsoft!hexnut!jimad
- From: jimad@microsoft.com (Jim Adcock)
- Subject: Re: Garbage Collection for C++
- Message-ID: <1992Aug25.184018.9692@microsoft.com>
- Date: 25 Aug 92 18:40:18 GMT
- Organization: Microsoft Corporation
- References: <DAVEG.92Aug20023846@synaptx.synaptics.com> <1992Aug20.134554.9729@ericsson.se>
- Lines: 7
-
- In article <1992Aug20.134554.9729@ericsson.se> jonas@beppe.ericsson.se writes:
- |How do you handle C++ arrays without any extra book-keeping? Can arrays be
- |handled by GC without extra book keeping?
-
- No problem, just define singleton objects as being one element arrays...
- 1/2 ;-)
-
-