visual c++ - Some question to distinguish c++.net cli Managed C++ -


C ++ Net (Visual C ++), CLI, Managed C ++ is the same? Do they need a framework to run? Is Managed C ++ CII or MFC?

Managed C ++ is used in Visual Studio 2002/2003 in native .NET C ++ To describe support.

C ++ / CLI is the new syntax introduced in Visual Studio 2005.

Yes, they require a .NET runtime.

MFC is a plain old C ++ framework that is neither managed C ++ and C ++ / CLI and is required to link to MFC Library, but runtime is not required.


Comments

Popular posts from this blog

Eclipse CDT variable colors in editor -

AJAX doesn't send POST query -

wpf - Custom Message Box Advice -