Click here to Skip to main content
15,881,882 members
Articles / Programming Languages / C++

AGM::LibGC: A C++ Garbage Collection Library

Rate me:
Please Sign up or sign in to vote.
4.67/5 (13 votes)
30 Jul 20043 min read 125.8K   871   28  
A library for C++ garbage collection
This article discusses a library called AGM::LibGC for garbage collection in C#. We will take a look at three fundamental problems of reference counting, and state how the solution offered by LibGC has none of these disadvantages.

Views

Daily Counts

Downloads

Weekly Counts


Written By
Software Developer (Senior)
Greece Greece
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions