简体   繁体   中英

Visual Studio C++ difference between Managed Test Project and Native Unit Test Project

I'm new to visual studio, what are some of the differences between Managed Test Project and Native Unit Test Project. Most of the unit test information available on the internet just says to make a native unit test, but what's the actual difference?

在Visual Studio Managed中,.Net和Native是纯C ++。

Having a managed C++ class, enables you to use it also in fx. C# (CSharp) .NET scope. The memory scope is different, so if you are interfacing with .NET, then you need to use C++ managed unit test or C# unit test project

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM