About: C++/CX

An Entity of Type: software, from Named Graph: http://dbpedia.org, within Data Space: dbpedia.org

C++/CX (C++ component extensions) is a language projection for Microsoft's Windows Runtime platform. It takes the form of a language extension for C++ compilers, and it enables C++ programmers to write programs that call Windows Runtime (WinRT) APIs. C++/CX is superseded by the C++/WinRT language projection, which is not an extension to the C++ language; rather, it's an entirely standard modern ISO C++17 header-file-based library.

Property Value
dbo:abstract
  • C++/CX ist eine von der Software-Firma Microsoft entwickelte Variante der Programmiersprache C++, die mit speziellen Spracherweiterungen die Programmierung für die mit Windows 8 eingeführte Plattform Windows Runtime (WinRT) vereinfacht, insbesondere für das überarbeitete COM-Programmiermodell. Die Spracherweiterungen ähneln denen der C++-Variante C++/CLI, haben aber teilweise abweichende Bedeutungen und folgen einer leicht abgewandelten Grammatik. Die Abkürzung CX steht für component extensions (englisch Komponentenerweiterungen), was sich auf die C++-Spracherweiterungen für die COM-Programmierung bezieht. Microsoft hat im April 2019 angekündigt, dass statt C++/CX in Zukunft die neu eingeführte Technologie C++/WinRT empfohlen wird, um Windows Runtime Apps zu entwickeln. (de)
  • C++/CX (C++ component extensions) is a language projection for Microsoft's Windows Runtime platform. It takes the form of a language extension for C++ compilers, and it enables C++ programmers to write programs that call Windows Runtime (WinRT) APIs. C++/CX is superseded by the C++/WinRT language projection, which is not an extension to the C++ language; rather, it's an entirely standard modern ISO C++17 header-file-based library. The language extensions borrow syntax from C++/CLI but target the Windows Runtime Universal Windows Platform native code instead of the Common Language Runtime and managed code. It brings a set of syntax and library abstractions that project COM's WRL subset-based WinRT programming model in a way that is intuitive to C++/CLI managed extensions' coders. It is possible to call the Windows Runtime from native ISO C++ via the lower level Windows Runtime C++ Template Library (WRL). However, WRL is also superseded by C++/WinRT. (en)
  • C++/CX (Component eXtensions) son un conjunto de extensiones al lenguaje de programación C++ desarrolladas por Microsoft con el objetivo de simplificar la escritura de programas para la plataforma Windows Runtime. Incorpora una nueva sintaxis similar a pero con la diferencia que C++/CX se compila a código nativo que se ejecuta directamente en la CPU, sin necesidad de utilizar el CLR. (es)
  • C++/CX (extensions de composant) est une extension du langage pour compilateurs C++ de Microsoft qui permet aux programmeurs C++ d'écrire des programmes pour la plateforme Windows Runtime , ou l'API WinRT. Les extensions de langage empruntent la syntaxe de C++/CLI , mais ciblent le code natif Universal Windows Platform au lieu du Common Language Runtime et du code managé. Il apporte un ensemble d'abstractions de syntaxe et de bibliothèque qui projettent le modèle de programmation WinRT basé sur le sous-ensemble WRL de COM d'une manière intuitive pour les codeurs d'extensions gérés C++/CLI. Il est possible d'appeler Windows Runtime à partir d'ISO C++ natif via la bibliothèque de Windows Runtime de bas niveau. (fr)
  • C++/CX (estensioni dei componenti) è un'estensione di linguaggio per i compilatori C++ di Microsoft che consente ai programmatori C++ di scrivere per la piattaforma Windows Runtime o API WinRT. Le estensioni del linguaggio prendono in prestito la sintassi da C ++ / CLI ma indirizzano il codice nativo di Windows Runtime Universal Windows Platform invece del Common Language Runtime e del codice gestito. Porta un insieme di sintassi e astrazioni di libreria che proiettano il modello di programmazione WinRT basato su subset WRL di COM in un modo intuitivo ai coder delle estensioni gestite C ++ / CLI. È possibile richiamare Windows Runtime da ISO C ++ nativo tramite la libreria di modelli C ++ di Windows Runtime di livello inferiore (WRL). Sintassi dell'estensione C ++ / CX introduce estensioni di sintassi per la programmazione per Windows Runtime. La sintassi generale non specifica per piattaforma è compatibile con lo standard C ++ 11. (it)
  • C++/CX(C++ component extensions, 씨 플러스 플러스 컴포넌트 확장)는 마이크로소프트가 윈도 폰 8과 윈도우 8과 같은 새로운 윈도 런타임을 지원하기 위해 고안한, C++를 확장한 언어 규격이다. 문법이 C++/CLI와 유사하지만, 컴파일한 결과물은 C++/CLI의 Managed Code가 아닌 네이티브 코드다. 현재 비주얼 C++ 2012 이상에서 사용할 수 있다. (ko)
  • C++/CX (Component Extensions) — расширения языка C++, реализованные в компиляторах от Microsoft. Позволяют писать программы на языке C++ для новой платформы Windows Runtime (WinRT). Они привносят синтаксические и библиотечные абстракции, которые работают с программной моделью COM WinRT в естественном для программистов на C++ стиле. Синтаксис схож с использовавшимся в C++/CLI, но программы на C++/CX работают на Windows Runtime и компилируются в машинный код, а не на Common Language Runtime и байт-код managed code. (ru)
  • C++/CX (Visual C++ Component Extensions,Visual C++ 组件扩展) 是微软的C++编译器对C++的扩展,使得程序员可以比较方便地编写面向Windows Runtime(WinRT)的程序。这个语言规范引入了一系列语法和类库抽象,以对C++程序员来说比较自然的方式暴露了基于组件对象模型(COM)的WinRT编程范型的接口。 这个语言扩展从C++/CLI借用了语法,但是是面向WinRT和原生码而不是通用语言运行库和托管代码。 (zh)
dbo:wikiPageExternalLink
dbo:wikiPageID
  • 34626879 (xsd:integer)
dbo:wikiPageLength
  • 6262 (xsd:nonNegativeInteger)
dbo:wikiPageRevisionID
  • 1062836537 (xsd:integer)
dbo:wikiPageWikiLink
dbp:wikiPageUsesTemplate
dcterms:subject
gold:hypernym
rdf:type
rdfs:comment
  • C++/CX (Component eXtensions) son un conjunto de extensiones al lenguaje de programación C++ desarrolladas por Microsoft con el objetivo de simplificar la escritura de programas para la plataforma Windows Runtime. Incorpora una nueva sintaxis similar a pero con la diferencia que C++/CX se compila a código nativo que se ejecuta directamente en la CPU, sin necesidad de utilizar el CLR. (es)
  • C++/CX(C++ component extensions, 씨 플러스 플러스 컴포넌트 확장)는 마이크로소프트가 윈도 폰 8과 윈도우 8과 같은 새로운 윈도 런타임을 지원하기 위해 고안한, C++를 확장한 언어 규격이다. 문법이 C++/CLI와 유사하지만, 컴파일한 결과물은 C++/CLI의 Managed Code가 아닌 네이티브 코드다. 현재 비주얼 C++ 2012 이상에서 사용할 수 있다. (ko)
  • C++/CX (Component Extensions) — расширения языка C++, реализованные в компиляторах от Microsoft. Позволяют писать программы на языке C++ для новой платформы Windows Runtime (WinRT). Они привносят синтаксические и библиотечные абстракции, которые работают с программной моделью COM WinRT в естественном для программистов на C++ стиле. Синтаксис схож с использовавшимся в C++/CLI, но программы на C++/CX работают на Windows Runtime и компилируются в машинный код, а не на Common Language Runtime и байт-код managed code. (ru)
  • C++/CX (Visual C++ Component Extensions,Visual C++ 组件扩展) 是微软的C++编译器对C++的扩展,使得程序员可以比较方便地编写面向Windows Runtime(WinRT)的程序。这个语言规范引入了一系列语法和类库抽象,以对C++程序员来说比较自然的方式暴露了基于组件对象模型(COM)的WinRT编程范型的接口。 这个语言扩展从C++/CLI借用了语法,但是是面向WinRT和原生码而不是通用语言运行库和托管代码。 (zh)
  • C++/CX ist eine von der Software-Firma Microsoft entwickelte Variante der Programmiersprache C++, die mit speziellen Spracherweiterungen die Programmierung für die mit Windows 8 eingeführte Plattform Windows Runtime (WinRT) vereinfacht, insbesondere für das überarbeitete COM-Programmiermodell. Die Spracherweiterungen ähneln denen der C++-Variante C++/CLI, haben aber teilweise abweichende Bedeutungen und folgen einer leicht abgewandelten Grammatik. (de)
  • C++/CX (C++ component extensions) is a language projection for Microsoft's Windows Runtime platform. It takes the form of a language extension for C++ compilers, and it enables C++ programmers to write programs that call Windows Runtime (WinRT) APIs. C++/CX is superseded by the C++/WinRT language projection, which is not an extension to the C++ language; rather, it's an entirely standard modern ISO C++17 header-file-based library. (en)
  • C++/CX (extensions de composant) est une extension du langage pour compilateurs C++ de Microsoft qui permet aux programmeurs C++ d'écrire des programmes pour la plateforme Windows Runtime , ou l'API WinRT. Les extensions de langage empruntent la syntaxe de C++/CLI , mais ciblent le code natif Universal Windows Platform au lieu du Common Language Runtime et du code managé. Il apporte un ensemble d'abstractions de syntaxe et de bibliothèque qui projettent le modèle de programmation WinRT basé sur le sous-ensemble WRL de COM d'une manière intuitive pour les codeurs d'extensions gérés C++/CLI. (fr)
  • C++/CX (estensioni dei componenti) è un'estensione di linguaggio per i compilatori C++ di Microsoft che consente ai programmatori C++ di scrivere per la piattaforma Windows Runtime o API WinRT. Le estensioni del linguaggio prendono in prestito la sintassi da C ++ / CLI ma indirizzano il codice nativo di Windows Runtime Universal Windows Platform invece del Common Language Runtime e del codice gestito. Porta un insieme di sintassi e astrazioni di libreria che proiettano il modello di programmazione WinRT basato su subset WRL di COM in un modo intuitivo ai coder delle estensioni gestite C ++ / CLI. (it)
rdfs:label
  • C++/CX (de)
  • C++/CX (en)
  • C++/CX (es)
  • C++/CX (fr)
  • C++/CX (it)
  • C++/CX (ko)
  • C++/CX (ru)
  • C++/CX (zh)
rdfs:seeAlso
owl:sameAs
prov:wasDerivedFrom
foaf:isPrimaryTopicOf
is dbo:wikiPageDisambiguates of
is dbo:wikiPageWikiLink of
is foaf:primaryTopic of
Powered by OpenLink Virtuoso    This material is Open Knowledge     W3C Semantic Web Technology     This material is Open Knowledge    Valid XHTML + RDFa
This content was extracted from Wikipedia and is licensed under the Creative Commons Attribution-ShareAlike 3.0 Unported License