Is C++.Net (not Visual C++), CLI, Managed C++ is the same ? Is they need a framework to run
Managed C++ is CLI or MFC ?
views:
15answers:
1
+2
A:
Managed C++ is used to describe the original .NET C++ support in Visual Studio 2002/2003.
C++/CLI is the newer syntax introduced in Visual Studio 2005.
Yes they require the .NET runtime.
MFC is a plain old C++ framework that is neither Managed C++ nor C++/CLI and requires the MFC libraries to be linked but does not require a runtime as such.
Gary
2010-08-04 06:58:23
What about MFC?
Snoob
2010-08-04 06:59:25
--- What should i learn to programing game? ...
Snoob
2010-08-04 07:04:39