Skip to content

Commit 37f2115

Browse files
committed
edits
1 parent a62a1f7 commit 37f2115

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/dotnet/dotnet-programming-with-cpp-cli-visual-cpp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ helpviewer_keywords: ["programming [C++], .NET programming", ".NET Framework [C+
66
---
77
# .NET programming with C++/CLI
88

9-
C++/CLI supplanted Managed C++. It is a language specification created by Microsoft that extends C++ to support the .NET framework. It's only supported on Windows. It's not for writing WinUI or UWP Windows Runtime (WinRT) apps. It's for writing .NET applications and components that run on the .NET framework. C++/CLI is a bridge between native C++ code and managed code. It allows you to use existing C++ libraries in .NET applications and to write new .NET applications in C++.
9+
C++/CLI supplanted Managed C++. It is a language specification created by Microsoft that extends C++ to support the .NET framework. It's only supported on Windows. It's not for writing [WinUI](/windows/apps/winui) or Universal Windows Platform [UWP](/windows/uwp/get-started/universal-application-platform-guide) Windows Runtime (WinRT) apps. It's for writing .NET applications and components that run on the .NET framework. C++/CLI is a bridge between native C++ code and managed code. It allows you to use existing C++ libraries in .NET applications and to write new .NET applications in C++.
1010

1111
For writing WinUI and WinRT apps, Microsoft has released C++/WinRT: an entirely standard modern C++17 language projection for Windows Runtime (WinRT) APIs. For more information about using C++ with the Windows Runtime (WinRT), see [C++/WinRT](/windows/uwp/cpp-and-winrt-apis/).
1212

0 commit comments

Comments
 (0)