Saturday, January 16, 2016

C++/CLI

C++/CLI

C++/CLI is a superset of the C++ programming language designed to be a first-class language within the Common Language Infrastructure (CLI). C++/CLI modules can be compiled to Common Intermediate Language object modules, linked into CLI assemblies, loaded and run by the Common Language Runtime (CLR), and can fully and smoothly interoperate with modules in other .NET languages.
C++/CLI was originally designed by Microsoft, and has been standardized by Ecma as ECMA-372.
C++/CLI is an extension of the C++ programming language as described in ISO/IEC 14882:2003 ... In addition to the facilities provided by C++, C++/CLI provides additional keywords, classes, exceptions, namespaces, and library facilities, as well as garbage collection.
— Ecma International, ECMA-372 C++/CLI Language Specification (December 2005) [more info]





Copyright ©2017, Software Developer, All rights reserved.
See Contents

No comments:

Post a Comment