home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / comp / lang / cplus / 12461 < prev    next >
Encoding:
Text File  |  1992-08-17  |  905 b   |  20 lines

  1. Newsgroups: comp.lang.c++
  2. Path: sparky!uunet!microsoft!hexnut!jimad
  3. From: jimad@microsoft.com (Jim Adcock)
  4. Subject: Re: Garbage Collection for C++
  5. Message-ID: <1992Aug17.230747.12913@microsoft.com>
  6. Date: 17 Aug 92 23:07:47 GMT
  7. Organization: Microsoft Corporation
  8. References: <1992Aug07.224928.26210@news.mentorg.com> <1992Aug9.070906.25470@ucc.su.OZ.AU> <1992Aug11.043907.21096@news.mentorg.com>
  9. Lines: 9
  10.  
  11. In article <1992Aug11.043907.21096@news.mentorg.com> bcannard@hppcb36.mentorg.com (Bob Cannard @ PCB x5565) writes:
  12. |Sure. The question is, how to use those library functions - which are legion -
  13. |with the new GC data structures? We don't want to have to write new versions
  14. |of them without good cause.
  15.  
  16. This problem is already addressed in Modula-3, for example, which already
  17. has reference counting, and further has the ability to call "C" code.
  18. See "Systems Programming in Modula-3" as a start.
  19.  
  20.