What is managed and what unmanaged c++?

Recommended Answers

All 2 Replies

AFAIK, this is .NET specific terminology, managed means the VM of .NET manages the resources, whereas a pure c, c++ program is called unmanaged as it's expected to take care of it's resources..

AFAIK, this is .NET specific terminology, managed means the VM of .NET manages the resources, whereas a pure c, c++ program is called unmanaged as it's expected to take care of it's resources..

Can you please explain more,I am total beginner.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.