|
2 | 2 | tocHref: / |
3 | 3 | topicHref: / |
4 | 4 | items: |
5 | | - - name: Microsoft C++ |
| 5 | + - name: Microsoft C++, C, and Assembler |
6 | 6 | tocHref: /cpp/ |
7 | 7 | topicHref: /cpp |
8 | 8 | items: |
9 | | - - name: Documentation |
10 | | - tocHref: /cpp/ |
| 9 | + - name: Microsoft C/C++ |
| 10 | + tocHref: /cpp/overview/ |
11 | 11 | topicHref: /cpp/overview/visual-cpp-in-visual-studio |
12 | 12 | items: |
13 | | - - name: C++ language |
14 | | - tocHref: /cpp/cpp/ |
15 | | - topicHref: /cpp/cpp/cpp-language-reference |
16 | | - - name: C Language |
17 | | - tocHref: /cpp/c-language/ |
18 | | - topicHref: /cpp/c-language/c-language-reference |
19 | | - - name: C/C++ preprocessor |
20 | | - tocHref: /cpp/preprocessor/ |
21 | | - topicHref: /cpp/preprocessor/c-cpp-preprocessor-reference |
22 | | - - name: Compiler intrinsics and assembly language |
23 | | - tocHref: /cpp/intrinsics/ |
24 | | - topicHref: /cpp/intrinsics/compiler-intrinsics-and-assembly-language |
25 | | - items: |
26 | | - - name: ARM |
27 | | - tocHref: /cpp/assembler/arm/ |
28 | | - topicHref: /cpp/assembler/arm/arm-assembler-reference |
29 | | - - name: Inline assembler |
30 | | - tocHref: /cpp/assembler/inline/ |
31 | | - topicHref: /cpp/assembler/inline/inline-assembler |
32 | | - - name: MASM |
33 | | - tocHref: /cpp/assembler/masm/ |
34 | | - topicHref: /cpp/assembler/masm/microsoft-macro-assembler-reference |
35 | | - - name: C runtime library |
36 | | - tocHref: /cpp/c-runtime-library/ |
37 | | - topicHref: /cpp/c-runtime-library/c-run-time-library-reference |
38 | | - items: |
39 | | - - name: Reference |
40 | | - tocHref: /cpp/c-runtime-library/reference/ |
41 | | - topicHref: /cpp/c-runtime-library/reference/crt-alphabetical-function-reference |
42 | | - - name: C++ standard library |
43 | | - tocHref: /cpp/standard-library/ |
44 | | - topicHref: /cpp/standard-library/cpp-standard-library-reference |
45 | | - - name: Windows |
46 | | - tocHref: /cpp/windows/ |
47 | | - topicHref: /cpp/windows/overview-of-windows-programming-in-cpp |
48 | | - items: |
49 | | - - name: ATL |
50 | | - tocHref: /cpp/atl/ |
51 | | - topicHref: /cpp/atl/atl-com-desktop-components |
52 | | - - name: MFC |
53 | | - tocHref: /cpp/mfc/ |
54 | | - topicHref: /cpp/mfc/mfc-desktop-applications |
55 | | - items: |
56 | | - - name: Reference |
57 | | - tocHref: /cpp/mfc/reference/ |
58 | | - topicHref: /cpp/mfc/reference/mfc-classes |
59 | | - - name: ATL/MFC shared classes |
60 | | - tocHref: /cpp/atl-mfc-shared/ |
61 | | - topicHref: /cpp/atl-mfc-shared/atl-mfc-shared-classes |
62 | | - items: |
63 | | - - name: Reference |
64 | | - tocHref: /cpp/atl-mfc-shared/reference/ |
65 | | - topicHref: /cpp/atl-mfc-shared/reference/classes-shared-by-mfc-and-atl |
66 | | - - name: C++/CX |
67 | | - tocHref: /cpp/cppcx/ |
68 | | - topicHref: /cpp/cppcx/visual-c-language-reference-c-cx |
69 | | - - name: Linux |
70 | | - tocHref: /cpp/linux/ |
71 | | - topicHref: /cpp/linux/download-install-and-setup-the-linux-development-workload |
72 | | - - name: .NET |
73 | | - tocHref: /cpp/dotnet/ |
74 | | - topicHref: /cpp/dotnet/dotnet-programming-with-cpp-cli-visual-cpp |
75 | | - - name: Parallel programming |
76 | | - tocHref: /cpp/parallel/ |
77 | | - topicHref: /cpp/parallel/parallel-programming-in-visual-cpp |
78 | | - - name: Data access |
79 | | - tocHref: /cpp/data/ |
80 | | - topicHref: /cpp/data/data-access-in-cpp |
81 | | - items: |
82 | | - - name: OLEDB |
83 | | - tocHref: /cpp/data/oledb/ |
84 | | - topicHref: /cpp/data/oledb/ole-db-programming |
85 | | - - name: ODBC |
86 | | - tocHref: /cpp/data/odbc/ |
87 | | - topicHref: /cpp/data/odbc/open-database-connectivity-odbc |
88 | | - - name: Edit, navigate, and refactor code |
89 | | - tocHref: /cpp/ide |
90 | | - topicHref: /cpp/ide/read-and-understand-code-cpp |
91 | | - items: |
92 | | - - name: IDE |
93 | | - tocHref: /cpp/ide/ |
94 | | - topicHref: /cpp/ide/using-the-visual-studio-ide-for-cpp-desktop-development |
95 | | - - name: Building C/C++ projects |
96 | | - tocHref: /cpp/build/ |
97 | | - topicHref: /cpp/build/building-c-cpp-programs |
98 | | - items: |
99 | | - - name: Build reference |
100 | | - tocHref: /cpp/build/reference/ |
101 | | - topicHref: /cpp/build/reference/c-cpp-building-reference |
102 | | - - name: Build insights |
103 | | - tocHref: /cpp/build-insights/ |
104 | | - topicHref: /cpp/build-insights/get-started-with-cpp-build-insights |
105 | | - - name: Errors and warnings |
106 | | - tocHref: /cpp/error-messages/ |
107 | | - topicHref: /cpp/error-messages/compiler-errors-1/c-cpp-build-errors |
108 | | - - name: Porting and upgrading |
109 | | - tocHref: /cpp/porting/ |
110 | | - topicHref: /cpp/porting/visual-cpp-porting-and-upgrading-guide |
111 | | - - name: Text and strings |
112 | | - tocHref: /cpp/text/ |
113 | | - topicHref: /cpp/text/text-and-strings-in-visual-cpp |
114 | | - - name: Security |
115 | | - tocHref: /cpp/security |
116 | | - topicHref: /cpp/security/security-best-practices-for-cpp |
117 | | - - name: Cloud and web |
118 | | - tocHref: /cpp/cloud |
119 | | - topicHref: /cpp/cloud/cloud-and-web-programming-in-visual-cpp |
| 13 | + - name: C++ language |
| 14 | + tocHref: /cpp/cpp/ |
| 15 | + topicHref: /cpp/cpp/cpp-language-reference |
| 16 | + - name: C language |
| 17 | + tocHref: /cpp/c-language/ |
| 18 | + topicHref: /cpp/c-language/c-language-reference |
| 19 | + - name: C/C++ preprocessor |
| 20 | + tocHref: /cpp/preprocessor/ |
| 21 | + topicHref: /cpp/preprocessor/c-cpp-preprocessor-reference |
| 22 | + - name: Compiler intrinsics and assembly language |
| 23 | + tocHref: /cpp/intrinsics/ |
| 24 | + topicHref: /cpp/intrinsics/compiler-intrinsics-and-assembly-language |
| 25 | + items: |
| 26 | + - name: ARM and ARM64 assembler |
| 27 | + tocHref: /cpp/assembler/arm/ |
| 28 | + topicHref: /cpp/assembler/arm/arm-assembler-reference |
| 29 | + - name: Inline x86 assembler |
| 30 | + tocHref: /cpp/assembler/inline/ |
| 31 | + topicHref: /cpp/assembler/inline/inline-assembler |
| 32 | + - name: MASM x86 and x64 assembler |
| 33 | + tocHref: /cpp/assembler/masm/ |
| 34 | + topicHref: /cpp/assembler/masm/microsoft-macro-assembler-reference |
| 35 | + - name: C runtime library |
| 36 | + tocHref: /cpp/c-runtime-library/ |
| 37 | + topicHref: /cpp/c-runtime-library/c-run-time-library-reference |
| 38 | + items: |
| 39 | + - name: UCRT reference |
| 40 | + tocHref: /cpp/c-runtime-library/reference/ |
| 41 | + topicHref: /cpp/c-runtime-library/reference/crt-alphabetical-function-reference |
| 42 | + - name: C++ standard library |
| 43 | + tocHref: /cpp/standard-library/ |
| 44 | + topicHref: /cpp/standard-library/cpp-standard-library-reference |
| 45 | + - name: Windows |
| 46 | + tocHref: /cpp/windows/ |
| 47 | + topicHref: /cpp/windows/overview-of-windows-programming-in-cpp |
| 48 | + items: |
| 49 | + - name: ATL |
| 50 | + tocHref: /cpp/atl/ |
| 51 | + topicHref: /cpp/atl/atl-com-desktop-components |
| 52 | + - name: MFC |
| 53 | + tocHref: /cpp/mfc/ |
| 54 | + topicHref: /cpp/mfc/mfc-desktop-applications |
| 55 | + items: |
| 56 | + - name: MFC reference |
| 57 | + tocHref: /cpp/mfc/reference/ |
| 58 | + topicHref: /cpp/mfc/reference/mfc-classes |
| 59 | + - name: ATL/MFC shared classes |
| 60 | + tocHref: /cpp/atl-mfc-shared/ |
| 61 | + topicHref: /cpp/atl-mfc-shared/atl-mfc-shared-classes |
| 62 | + items: |
| 63 | + - name: ATL/MFC reference |
| 64 | + tocHref: /cpp/atl-mfc-shared/reference/ |
| 65 | + topicHref: /cpp/atl-mfc-shared/reference/classes-shared-by-mfc-and-atl |
| 66 | + - name: C++/CX |
| 67 | + tocHref: /cpp/cppcx/ |
| 68 | + topicHref: /cpp/cppcx/visual-c-language-reference-c-cx |
| 69 | + - name: Linux |
| 70 | + tocHref: /cpp/linux/ |
| 71 | + topicHref: /cpp/linux/download-install-and-setup-the-linux-development-workload |
| 72 | + - name: C++/CLI for .NET |
| 73 | + tocHref: /cpp/dotnet/ |
| 74 | + topicHref: /cpp/dotnet/dotnet-programming-with-cpp-cli-visual-cpp |
| 75 | + - name: Parallel programming |
| 76 | + tocHref: /cpp/parallel/ |
| 77 | + topicHref: /cpp/parallel/parallel-programming-in-visual-cpp |
| 78 | + - name: Data access |
| 79 | + tocHref: /cpp/data/ |
| 80 | + topicHref: /cpp/data/data-access-in-cpp |
| 81 | + items: |
| 82 | + - name: OLEDB |
| 83 | + tocHref: /cpp/data/oledb/ |
| 84 | + topicHref: /cpp/data/oledb/ole-db-programming |
| 85 | + - name: ODBC |
| 86 | + tocHref: /cpp/data/odbc/ |
| 87 | + topicHref: /cpp/data/odbc/open-database-connectivity-odbc |
| 88 | + - name: Edit, navigate, and refactor code |
| 89 | + tocHref: /cpp/ide |
| 90 | + topicHref: /cpp/ide/read-and-understand-code-cpp |
| 91 | + items: |
| 92 | + - name: C++ in the IDE |
| 93 | + tocHref: /cpp/ide/ |
| 94 | + topicHref: /cpp/ide/using-the-visual-studio-ide-for-cpp-desktop-development |
| 95 | + - name: Build C/C++ projects |
| 96 | + tocHref: /cpp/build/ |
| 97 | + topicHref: /cpp/build/building-c-cpp-programs |
| 98 | + items: |
| 99 | + - name: Build reference |
| 100 | + tocHref: /cpp/build/reference/ |
| 101 | + topicHref: /cpp/build/reference/c-cpp-building-reference |
| 102 | + - name: Build insights |
| 103 | + tocHref: /cpp/build-insights/ |
| 104 | + topicHref: /cpp/build-insights/get-started-with-cpp-build-insights |
| 105 | + - name: Errors and warnings |
| 106 | + tocHref: /cpp/error-messages/ |
| 107 | + topicHref: /cpp/error-messages/compiler-errors-1/c-cpp-build-errors |
| 108 | + - name: Porting and upgrading |
| 109 | + tocHref: /cpp/porting/ |
| 110 | + topicHref: /cpp/porting/visual-cpp-porting-and-upgrading-guide |
| 111 | + - name: Text and strings |
| 112 | + tocHref: /cpp/text/ |
| 113 | + topicHref: /cpp/text/text-and-strings-in-visual-cpp |
| 114 | + - name: Security |
| 115 | + tocHref: /cpp/security |
| 116 | + topicHref: /cpp/security/security-best-practices-for-cpp |
| 117 | + - name: Cloud and web |
| 118 | + tocHref: /cpp/cloud |
| 119 | + topicHref: /cpp/cloud/cloud-and-web-programming-in-visual-cpp |
0 commit comments