What is the difference between Managed C++ and C++/CLI?
Managed C++ is the version in VS2002 and VS2003. It had race conditions and other serious bugs, as well as being confusing. It’s no longer supported. In VS2005, Microsoft introduced C++/CLI, which has also been accepted as an ISO standard. It’s also supported in VS2008 and the upcoming VS2010. Both of them had the same … Read more