managed code in c++.net

Started by
2 comments, last by SKREAMZ 20 years, 3 months ago
just wondering what is managed code except for a way to use the .net framework with c++
Blaaaaa Blaaaa Blaa errrrr!!!! Bla?
Advertisement
Using managed code gives you a lot of the advantages that you get with .NET such as garbage collection. You have to use the new keyword __gd to ensure your things are garbage collected though.


"Absorb what is useful, reject what is useless, and add what is specifically your own." - Lee Jun Fan
"Absorb what is useful, reject what is useless, and add what is specifically your own." - Lee Jun Fan
Actually, it''s __gc.
"Wisdom is proportionate to your reference base. Intelligence is the ability to appropriately use that Wisdom."
thanks
Blaaaaa Blaaaa Blaa errrrr!!!! Bla?

This topic is closed to new replies.

Advertisement