Reddit - r/programming

Integrating .NET GC in your C++ application

Integrating .NET GC in your C++ application

.NET appears as a large monolith where everything works like magic. But it is not, and even the GC can be used outside of the .NET runtime (obviously with caveats).

When I was a kid, I always loved to disassemble things, to see how they work. Not all toys survive that exercise. But thanks to source control, .NET GC is safe from my hands. Hopefully, a lot of people are like me and will enjoy tearing down a large system into pieces.

Comments

No comments yet. Start the discussion.