|
1 | | -# [Visual C++ Language Reference (C++-CX)](visual-c-language-reference-c-cx.md) |
2 | | -## [Quick Reference (C++-CX)](quick-reference-c-cx.md) |
3 | | -## [Type System (C++-CX)](type-system-c-cx.md) |
4 | | -### [Namespaces and Type Visibility (C++-CX )](namespaces-and-type-visibility-c-cx.md) |
5 | | -### [Fundamental types (C++-CX)](fundamental-types-c-cx.md) |
6 | | -### [Strings (C++-CX)](strings-c-cx.md) |
7 | | -### [Array and WriteOnlyArray (C++-CX)](array-and-writeonlyarray-c-cx.md) |
8 | | -### [Ref classes and structs (C++-CX)](ref-classes-and-structs-c-cx.md) |
9 | | -### [Value classes and structs (C++-CX)](value-classes-and-structs-c-cx.md) |
10 | | -### [Partial classes (C++-CX)](partial-classes-c-cx.md) |
11 | | -### [Properties (C++-CX)](properties-c-cx.md) |
12 | | -### [Collections (C++-CX)](collections-c-cx.md) |
13 | | -### [Template ref classes (C++-CX)](template-ref-classes-c-cx.md) |
14 | | -### [Interfaces (C++-CX)](interfaces-c-cx.md) |
15 | | -### [Enums (C++-CX)](enums-c-cx.md) |
16 | | -### [Delegates (C++-CX)](delegates-c-cx.md) |
17 | | -### [Exceptions (C++-CX)](exceptions-c-cx.md) |
18 | | -### [Events (C++-CX)](events-c-cx.md) |
19 | | -### [Casting (C++-CX)](casting-c-cx.md) |
20 | | -### [Boxing (C++-CX)](boxing-c-cx.md) |
21 | | -### [Attributes (C++-CX)](attributes-c-cx.md) |
22 | | -### [Deprecating types and members (C++-CX)](deprecating-types-and-members-c-cx.md) |
23 | | -## [Building apps and libraries (C++-CX)](building-apps-and-libraries-c-cx.md) |
24 | | -### [Compiler and Linker options (C++-CX)](compiler-and-linker-options-c-cx.md) |
25 | | -### [Static libraries (C++-CX)](static-libraries-c-cx.md) |
26 | | -### [DLLs (C++-CX)](dlls-c-cx.md) |
27 | | -## [Interoperating with Other Languages (C++-CX)](interoperating-with-other-languages-c-cx.md) |
28 | | -### [JavaScript integration (C++-CX)](javascript-integration-c-cx.md) |
29 | | -### [CLR integration (C++-CX)](clr-integration-c-cx.md) |
30 | | -### [WRL integration (C++-CX)](wrl-integration-c-cx.md) |
31 | | -## [Obtaining pointers to data buffers (C++-CX)](obtaining-pointers-to-data-buffers-c-cx.md) |
32 | | -## [Threading and Marshaling (C++-CX)](threading-and-marshaling-c-cx.md) |
33 | | -## [Weak references and breaking cycles (C++-CX)](weak-references-and-breaking-cycles-c-cx.md) |
34 | | -## [Namespaces Reference (C++-CX)](namespaces-reference-c-cx.md) |
| 1 | +# [Visual C++ Language Reference (C++/CX)](visual-c-language-reference-c-cx.md) |
| 2 | +## [Quick Reference (C++/CX)](quick-reference-c-cx.md) |
| 3 | +## [Type System (C++/CX)](type-system-c-cx.md) |
| 4 | +### [Namespaces and Type Visibility (C++/CX )](namespaces-and-type-visibility-c-cx.md) |
| 5 | +### [Fundamental types (C++/CX)](fundamental-types-c-cx.md) |
| 6 | +### [Strings (C++/CX)](strings-c-cx.md) |
| 7 | +### [Array and WriteOnlyArray (C++/CX)](array-and-writeonlyarray-c-cx.md) |
| 8 | +### [Ref classes and structs (C++/CX)](ref-classes-and-structs-c-cx.md) |
| 9 | +### [Value classes and structs (C++/CX)](value-classes-and-structs-c-cx.md) |
| 10 | +### [Partial classes (C++/CX)](partial-classes-c-cx.md) |
| 11 | +### [Properties (C++/CX)](properties-c-cx.md) |
| 12 | +### [Collections (C++/CX)](collections-c-cx.md) |
| 13 | +### [Template ref classes (C++/CX)](template-ref-classes-c-cx.md) |
| 14 | +### [Interfaces (C++/CX)](interfaces-c-cx.md) |
| 15 | +### [Enums (C++/CX)](enums-c-cx.md) |
| 16 | +### [Delegates (C++/CX)](delegates-c-cx.md) |
| 17 | +### [Exceptions (C++/CX)](exceptions-c-cx.md) |
| 18 | +### [Events (C++/CX)](events-c-cx.md) |
| 19 | +### [Casting (C++/CX)](casting-c-cx.md) |
| 20 | +### [Boxing (C++/CX)](boxing-c-cx.md) |
| 21 | +### [Attributes (C++/CX)](attributes-c-cx.md) |
| 22 | +### [Deprecating types and members (C++/CX)](deprecating-types-and-members-c-cx.md) |
| 23 | +## [Building apps and libraries (C++/CX)](building-apps-and-libraries-c-cx.md) |
| 24 | +### [Compiler and Linker options (C++/CX)](compiler-and-linker-options-c-cx.md) |
| 25 | +### [Static libraries (C++/CX)](static-libraries-c-cx.md) |
| 26 | +### [DLLs (C++/CX)](dlls-c-cx.md) |
| 27 | +## [Interoperating with Other Languages (C++/CX)](interoperating-with-other-languages-c-cx.md) |
| 28 | +### [JavaScript integration (C++/CX)](javascript-integration-c-cx.md) |
| 29 | +### [CLR integration (C++/CX)](clr-integration-c-cx.md) |
| 30 | +### [WRL integration (C++/CX)](wrl-integration-c-cx.md) |
| 31 | +## [Obtaining pointers to data buffers (C++/CX)](obtaining-pointers-to-data-buffers-c-cx.md) |
| 32 | +## [Threading and Marshaling (C++/CX)](threading-and-marshaling-c-cx.md) |
| 33 | +## [Weak references and breaking cycles (C++/CX)](weak-references-and-breaking-cycles-c-cx.md) |
| 34 | +## [Namespaces Reference (C++/CX)](namespaces-reference-c-cx.md) |
35 | 35 | ### [default namespace](default-namespace.md) |
36 | 36 | #### [default::(type_name)::Equals Method](default-type-name-equals-method.md) |
37 | 37 | #### [default::(type_name)::GetHashCode Method](default-type-name-gethashcode-method.md) |
38 | 38 | #### [default::(type_name)::GetType Method](default-type-name-gettype-method.md) |
39 | 39 | #### [default::(type_name)::ToString Method](default-type-name-tostring-method.md) |
40 | | -### [Platform namespace (C++-CX)](platform-namespace-c-cx.md) |
| 40 | +### [Platform namespace (C++/CX)](platform-namespace-c-cx.md) |
41 | 41 | #### [Platform::AccessDeniedException Class](platform-accessdeniedexception-class.md) |
42 | 42 | #### [Platform::Agile Class](platform-agile-class.md) |
43 | 43 | #### [Platform::Array Class](platform-array-class.md) |
|
108 | 108 | #### [Platform::Metadata::RuntimeClassName](platform-metadata-runtimeclassname.md) |
109 | 109 | ### [Platform::Runtime::CompilerServices Namespace](platform-runtime-compilerservices-namespace.md) |
110 | 110 | ### [Platform::Runtime::InteropServices Namespace](platform-runtime-interopservices-namespace.md) |
111 | | -### [Windows::Foundation::Collections Namespace (C++-CX)](windows-foundation-collections-namespace-c-cx.md) |
| 111 | +### [Windows::Foundation::Collections Namespace (C++/CX)](windows-foundation-collections-namespace-c-cx.md) |
112 | 112 | #### [back_inserter Function](back-inserter-function.md) |
113 | 113 | #### [begin Function](begin-function.md) |
114 | 114 | #### [end Function](end-function.md) |
|
0 commit comments