Reddit Programming
196 subscribers
1.22K photos
127K links
I will send you newest post from subreddit /r/programming
Download Telegram
Integrating .NET GC in your C++ application
https://www.reddit.com/r/programming/comments/1uuk1c5/integrating_net_gc_in_your_c_application/

<!-- SC_OFF -->.NET appears as large monolith where everything is working like a magic. But it is not, and even GC can be used outside of .NET runtime (obviously with caveat). When I was a kid, I always love disassemble things, to see how they works. Not always toys survive that exercise. But thanks to source control, .NET GC is safe from my hands. Hopefully lot of people like me, and will enjoy tearing down large system into pieces. <!-- SC_ON --> submitted by /u/kant2002 (https://www.reddit.com/user/kant2002)
[link] (https://kant2002.github.io/en/dotnet/open-source/2026/07/12/dotnet-gc.html) [comments] (https://www.reddit.com/r/programming/comments/1uuk1c5/integrating_net_gc_in_your_c_application/)