Managed C++ ?
Ive run across this expression numerous times here on the forum, and although I know some C++, I really dont know what is meant by "managed" C++.
Could someone enlighten me, please?
Heres the Microsoft definition:
Managed Extensions for C++
A set of language extensions to C++ that help Visual C++ developers write .NET Framework applications. Managed Extensions allow you to mix unmanaged and managed C++ code within the same application.
--------------------------------
It''s kind of like C# except with heavier syntax and a little more operability. Like C# and VB.NET, Managed C++ compiles into the MSIL(Microsoft Intermidiate Language) and runs on the CLR. Managed C++ is pretty much the .NET version of C++.
Managed Extensions for C++
A set of language extensions to C++ that help Visual C++ developers write .NET Framework applications. Managed Extensions allow you to mix unmanaged and managed C++ code within the same application.
--------------------------------
It''s kind of like C# except with heavier syntax and a little more operability. Like C# and VB.NET, Managed C++ compiles into the MSIL(Microsoft Intermidiate Language) and runs on the CLR. Managed C++ is pretty much the .NET version of C++.
This topic is closed to new replies.
Advertisement
Popular Topics
Advertisement