Skip to content
C++/CLI

Official website (https://docs.microsoft.com/en-us/cpp/dotnet/dotnet-programming-with-cpp-cli-visual-cpp)

EntityQ1022268· pop 15· linked from 249 articles

Also known as C plus plus/CLI, C++/Common Language Infrastructure

Programmiersprache

Key facts

Programming language.name
C++/CLI
Programming language.paradigm
Structured, imperative, object-oriented
Programming language.family
C
Programming language.designer
Microsoft
Programming language.developer
Microsoft
Programming language.influenced_by
C++, Managed Extensions for C++, C#
Programming language.platform
Common Language Infrastructure

via Wikipedia infobox

Official website

.NET programming with C++/CLI | Microsoft Learn

Learn how to use C++/CLI to create .NET apps and components in Visual Studio.

docs.microsoft.com

Link to the official site · 9,990 chars · not written by Vinony

Described at

Page Not Found - Ecma International

ecma-international.org

Link to a page describing this subject · 2,416 chars · not written by Vinony

Article · Deutsch

C++/CLI ist eine von Microsoft entwickelte Variante der Programmiersprache C++, die den Zugriff auf die virtuelle Laufzeitumgebung des .Net-Frameworks mit Hilfe von speziell darauf zugeschnittenen Spracherweiterungen ermöglicht. C++/CLI erfüllt die ebenfalls von Microsoft entwickelte Spezifikation namens Common Language Infrastructure (CLI) zur Sprach- und Plattform-neutralen Entwicklung und Ausführung von .NET-Anwendungen. Programme, die in C++/CLI geschrieben sind, können vom Compiler in CIL übersetzt und auf der virtuellen Maschine der .NET-Plattform betrieben werden. Seit Dezember 2005 liegt ein offiziell von der Ecma ratifizierter Standard für C++/CLI vor. Microsoft Visual Studio ab Version 2005 und das Compiler-Frontend der bieten eine Implementierung von C++/CLI an.

Abstract from DBpedia / Wikipedia · CC BY-SA