Managed C++ prospects
- by Srikanth
Has anyone tried coding in managed C++? I have a few questions :
How productive is the language compared to C#?
Is there any restriction on type of projects that can be written? Can we write a web application in managed C++?
Is it possible to mix managed and unmanaged C++ code in one application?
Is MFC still valid in managed C++? Will it be the best option when considering migration of a VC++ application?