Skip to content

Latest commit

 

History

History
35 lines (31 loc) · 1.66 KB

File metadata and controls

35 lines (31 loc) · 1.66 KB
title Namespaces Reference (C++/CX) | Microsoft Docs
ms.custom
ms.date 01/22/2017
ms.technology cpp-windows
ms.reviewer
ms.suite
ms.tgt_pltfrm
ms.topic language-reference
dev_langs
C++
helpviewer_keywords
C++/CX namespaces
ms.assetid 5ebc0b49-1f22-48a7-90c4-a310bab9aba6
caps.latest.revision 5
author ghogen
ms.author ghogen
manager ghogen

Namespaces Reference (C++/CX)

The articles in this section of the documentation describe namespaces that support the compiler for C++/CX.

Compiler-supplied namespaces

To simplify the coding of programs that target the Windows Runtime, the C++/CX compiler and its supporting header files provide namespaces that define a wide range of types. The namespaces define the built-in numeric types; strings, arrays, and collections; Visual C++ exceptions that represent Windows Runtime errors; and language-specific enhancements to standard Windows Runtime types.

Related topics

Title Description
default namespace Contains descriptions of built-in, fundamental types.
Platform namespace Contains descriptions of types that you can use, and also internal types that are used only by the compiler infrastructure.
Windows::Foundation::Collections Namespace Contains descriptions of enhancements and extensions to the Windows RuntimeWindows::Foundation::Collections namespace.

See Also

Visual C++ Language Reference