
Official website (https://docs.microsoft.com/en-us/cpp/dotnet/dotnet-programming-with-cpp-cli-visual-cpp)
سي++/سي إل آي
Sign in to saveAlso known as C plus plus/CLI, C++/Common Language Infrastructure
C++/CLI is a variant of the C++ programming language, modified for Common Language Infrastructure. It has been part of Visual Studio 2005 and later, and provides interoperability with other .NET languages such as C#. Microsoft created C++/CLI to supersede Managed Extensions for C++. In December 2005, Ecma International published C++/CLI specifications as the ECMA-372 standard.
In the Vinony graph
Vinony's link graph records 249 inbound references to سي++/سي إل آي, and connects out to File Allocation Table, Q2407 and Visual Basic.
Vinony files it under C++ programming language family, Ecma standards and Microsoft Visual Studio.
Vinony links it to 14 Wikipedia language editions.
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
Wikidata facts
Show 3 more facts
- Stack Exchange tag
- stackoverflow.com/tags/c%2b%2b-cli
- publication date
- 2004-00-00
via Wikidata · CC0
Article · العربية
C++/CLI هي لغة برمجة C++ و لكن تعمل تحت اطار .NET Framework. هذا يعني ان ال.NET تقوم بادارتها (مثل حذف الذاكرة التي يتم حجزها في البرنامج اوتوماتيكيا). عندما نقوم بترجمة البرنامج من النصوص البرمجية المكتوبة بC++/CLI, لا نحصل على برنامج يمكنه العمل مباشرة على الآلة. بل نحصل على ملف تنفيذي يحتوي على اكواد شبه منخفضة المستوى. تسمى هذه الاكواد بالByteCode و يتم تحليلها و تحويلها إلى اكواد تفهمها الآلة بواسطة ال.NET Framework خلال تنفيذ البرنامج بشكل اوتوماتيكي. والبرنامج تابع لشركة مايكروسوفت.
Abstract from DBpedia / Wikipedia · CC BY-SA