|
19 | 19 | - name: C/C++ Preprocessor |
20 | 20 | tocHref: /cpp/preprocessor/ |
21 | 21 | topicHref: /cpp/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-assembler |
| 32 | + - name: MASM |
| 33 | + tocHref: /cpp/assembler/masm/ |
| 34 | + topicHref: /cpp/assembler/masm/microsoft-macro-assembler-reference |
22 | 35 | - name: C Runtime Library |
23 | 36 | tocHref: /cpp/c-runtime-library/ |
24 | 37 | topicHref: /cpp/c-runtime-library/c-run-time-library-reference |
|
76 | 89 | - name: ODBC |
77 | 90 | tocHref: /cpp/data/odbc/ |
78 | 91 | topicHref: /cpp/data/odbc/open-database-connectivity-odbc |
79 | | - - name: IDE and Tools |
| 92 | + - name: Edit, navigate and refactor code |
80 | 93 | tocHref: /cpp/ide/ |
81 | 94 | topicHref: /cpp/ide/ide-and-tools-for-visual-cpp-development |
82 | 95 | items: |
83 | 96 | - name: IDE |
84 | 97 | tocHref: /cpp/ide/ |
85 | 98 | topicHref: /cpp/ide/using-the-visual-studio-ide-for-cpp-desktop-development |
86 | | - - name: Building |
87 | | - tocHref: /cpp/build/ |
88 | | - tocHref: /cpp/build/building-c-cpp-programs |
| 99 | + - name: Building C/C++ Projects |
| 100 | + tocHref: /cpp/build/ |
| 101 | + tocHref: /cpp/build/building-c-cpp-programs |
| 102 | + items: |
| 103 | + - name: Build Reference |
| 104 | + tocHref: /cpp/build/reference/ |
| 105 | + topicHref: /cpp/build/reference/c-cpp-building-reference |
89 | 106 | items: |
90 | | - - name: Build Reference |
91 | | - tocHref: /cpp/build/reference/ |
92 | | - topicHref: /cpp/build/reference/c-cpp-building-reference |
93 | | - items: |
94 | 107 | - name: Compiler Errors |
95 | 108 | tocHref: /cpp/error-messages/compiler-errors-1/ |
96 | 109 | topicHref: /cpp/compiler-errors-1/c-cpp-build-errors |
|
100 | 113 | - name: Other Tools |
101 | 114 | tocHref: /cpp/error-messages/tool-errors/ |
102 | 115 | topicHref: /cpp/error-messages/tool-errors/vectorizer-and-parallelizer-messages |
103 | | - - name: Compiler Intrinsics and Assembly Language |
104 | | - tocHref: /cpp/intrinsics/ |
105 | | - topicHref: /cpp/intrinsics/compiler-intrinsics-and-assembly-language |
106 | | - items: |
107 | | - - name: ARM |
108 | | - tocHref: /cpp/assembler/arm/ |
109 | | - topicHref: /cpp/assembler/arm/arm-assembler-reference |
110 | | - - name: Inline assembler |
111 | | - tocHref: /cpp/assembler/inline/ |
112 | | - topicHref: /cpp/assembler/inline-assembler |
113 | | - - name: MASM |
114 | | - tocHref: /cpp/assembler/masm/ |
115 | | - topicHref: /cpp/assembler/masm/microsoft-macro-assembler-reference |
116 | 116 | - name: Porting and Upgrading |
117 | 117 | tocHref: /cpp/porting/ |
118 | 118 | topicHref: /cpp/porting/visual-cpp-porting-and-upgrading-guide |
|
0 commit comments