|
1 | | -# [C-C++ Building Reference](c-cpp-building-reference.md) |
2 | | -# [Compiling a C-C++ Program](compiling-a-c-cpp-program.md) |
| 1 | +# [C/C++ Building Reference](c-cpp-building-reference.md) |
| 2 | +# [Compiling a C/C++ Program](compiling-a-c-cpp-program.md) |
3 | 3 | ## [Setting Compiler Options](setting-compiler-options.md) |
4 | 4 | ### [Compiler Command-Line Syntax](compiler-command-line-syntax.md) |
5 | 5 | #### [CL Filename Syntax](cl-filename-syntax.md) |
|
27 | 27 | ##### [-clr Restrictions](clr-restrictions.md) |
28 | 28 | #### [-D (Preprocessor Definitions)](d-preprocessor-definitions.md) |
29 | 29 | #### [-diagnostics (Compiler diagnostics options)](diagnostics-compiler-diagnostic-options.md) |
30 | | -#### [-doc (Process Documentation Comments) (C-C++)](doc-process-documentation-comments-c-cpp.md) |
| 30 | +#### [-doc (Process Documentation Comments) (C/C++)](doc-process-documentation-comments-c-cpp.md) |
31 | 31 | #### [-E (Preprocess to stdout)](e-preprocess-to-stdout.md) |
32 | 32 | #### [-EH (Exception Handling Model)](eh-exception-handling-model.md) |
33 | 33 | #### [-EP (Preprocess to stdout Without #line Directives)](ep-preprocess-to-stdout-without-hash-line-directives.md) |
|
80 | 80 | #### [-LN (Create MSIL Module)](ln-create-msil-module.md) |
81 | 81 | #### [-MD, -MT, -LD (Use Run-Time Library)](md-mt-ld-use-run-time-library.md) |
82 | 82 | #### [-MP (Build with Multiple Processes)](mp-build-with-multiple-processes.md) |
83 | | -#### [-nologo (Suppress Startup Banner) (C-C++)](nologo-suppress-startup-banner-c-cpp.md) |
| 83 | +#### [-nologo (Suppress Startup Banner) (C/C++)](nologo-suppress-startup-banner-c-cpp.md) |
84 | 84 | #### [-O Options (Optimize Code)](o-options-optimize-code.md) |
85 | 85 | ##### [-O1, -O2 (Minimize Size, Maximize Speed)](o1-o2-minimize-size-maximize-speed.md) |
86 | 86 | ##### [-Ob (Inline Function Expansion)](ob-inline-function-expansion.md) |
|
270 | 270 | #### [EXPORTS](exports.md) |
271 | 271 | #### [LIBRARY](library.md) |
272 | 272 | #### [HEAPSIZE](heapsize.md) |
273 | | -#### [NAME (C-C++)](name-c-cpp.md) |
274 | | -#### [SECTIONS (C-C++)](sections-c-cpp.md) |
| 273 | +#### [NAME (C/C++)](name-c-cpp.md) |
| 274 | +#### [SECTIONS (C/C++)](sections-c-cpp.md) |
275 | 275 | #### [STACKSIZE](stacksize.md) |
276 | 276 | #### [STUB](stub.md) |
277 | | -#### [VERSION (C-C++)](version-c-cpp.md) |
| 277 | +#### [VERSION (C/C++)](version-c-cpp.md) |
278 | 278 | ## [Linker Support for Delay-Loaded DLLs](linker-support-for-delay-loaded-dlls.md) |
279 | 279 | ### [Specifying DLLs to Delay Load](specifying-dlls-to-delay-load.md) |
280 | 280 | ### [Explicitly Unloading a Delay-Loaded DLL](explicitly-unloading-a-delay-loaded-dll.md) |
|
283 | 283 | ### [Error Handling and Notification](error-handling-and-notification.md) |
284 | 284 | #### [Notification Hooks](notification-hooks.md) |
285 | 285 | #### [Failure Hooks](failure-hooks.md) |
286 | | -#### [Exceptions (C-C++)](exceptions-c-cpp.md) |
| 286 | +#### [Exceptions (C/C++)](exceptions-c-cpp.md) |
287 | 287 | ### [Dumping Delay-Loaded Imports](dumping-delay-loaded-imports.md) |
288 | 288 | ### [Constraints of Delay Loading DLLs](constraints-of-delay-loading-dlls.md) |
289 | 289 | ### [Understanding the Helper Function](understanding-the-helper-function.md) |
|
309 | 309 | ## [Tips for Improving Time-Critical Code](tips-for-improving-time-critical-code.md) |
310 | 310 | ## [Using Function Name Without () Produces No Code](using-function-name-without-parens-produces-no-code.md) |
311 | 311 | ## [Optimization Best Practices](optimization-best-practices.md) |
312 | | -# [C-C++ Build Tools](c-cpp-build-tools.md) |
| 312 | +# [C/C++ Build Tools](c-cpp-build-tools.md) |
313 | 313 | ## [BSCMAKE Reference](bscmake-reference.md) |
314 | 314 | ### [Building Browse Information Files: Overview](building-browse-information-files-overview.md) |
315 | 315 | ### [Building a .Bsc File](building-a-dot-bsc-file.md) |
|
0 commit comments