Skip to content

Commit 47c7332

Browse files
Merge pull request #6089 from MicrosoftDocs/main
Auto Publish – main to live - 2025-09-22 17:30 UTC
2 parents 48af533 + 9b7869f commit 47c7332

File tree

636 files changed

+3449
-2732
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

636 files changed

+3449
-2732
lines changed

docs/build-insights/tutorials/build-insights-function-view.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ Double-click, right-click, or press **Enter** while on a file in the **Functions
145145
[Build Insights tips and tricks](build-insights-tips.md)\
146146
[Inline functions (C++)](../../cpp/inline-functions-cpp.md)\
147147
[Faster C++ builds, simplified: a new metric for time](https://devblogs.microsoft.com/cppblog/faster-cpp-builds-simplified-a-new-metric-for-time)\
148-
[Build Insights in Visual Studio video - Pure Virtual C++ 2023](/events/pure-virtual-cpp-2023/build-insights-in-visual-studio)\
148+
[Build Insights in Visual Studio video - Pure Virtual C++ 2023](/shows/pure-virtual-cpp-2023/build-insights-in-visual-studio)\
149149
[Troubleshoot header file impact on build time](build-insights-included-files-view.md)\
150150
[Functions View for Build Insights in Visual Studio 2022 17.8](https://devblogs.microsoft.com/cppblog/functions-view-for-build-insights-in-visual-studio-2022-17-8/)\
151151
[Tutorial: vcperf and Windows Performance Analyzer](vcperf-and-wpa.md)\

docs/build-insights/tutorials/build-insights-included-files-view.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ Or, you can right-click a file in the **Include Tree** view to jump to it in the
183183

184184
[Build Insights tips and tricks](build-insights-tips.md)\
185185
[Compare header units, modules, and precompiled headers](../../build/compare-inclusion-methods.md)\
186-
[Build Insights in Visual Studio video - Pure Virtual C++ 2023](/events/pure-virtual-cpp-2023/build-insights-in-visual-studio)\
186+
[Build Insights in Visual Studio video - Pure Virtual C++ 2023](/shows/pure-virtual-cpp-2023/build-insights-in-visual-studio)\
187187
[Faster C++ builds, simplified: a new metric for time](https://devblogs.microsoft.com/cppblog/faster-cpp-builds-simplified-a-new-metric-for-time)\
188188
[Troubleshoot function inlining on build time](build-insights-function-view.md)\
189189
[vcperf and Windows Performance Analyzer](vcperf-and-wpa.md)

docs/build-insights/tutorials/build-insights-tips.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ To see a short description for the tabs in the Build Insights window, along with
7373

7474
## See also
7575

76-
[Build Insights in Visual Studio video - Pure Virtual C++ 2023](/events/pure-virtual-cpp-2023/build-insights-in-visual-studio)\
76+
[Build Insights in Visual Studio video - Pure Virtual C++ 2023](/shows/pure-virtual-cpp-2023/build-insights-in-visual-studio)\
7777
[Improving code generation time with C++ Build Insights](https://devblogs.microsoft.com/cppblog/improving-code-generation-time-with-cpp-build-insights)\
7878
[Troubleshoot header file impact on build time](build-insights-included-files-view.md)\
7979
[Tutorial: Troubleshoot function inlining on build time](build-insights-function-view.md)

docs/build/cmake-presets-vs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -485,7 +485,7 @@ cmake --build --preset <buildPreset-name>
485485

486486
## Example *`CMakePresets.json`* file
487487

488-
The *`CMakePresets.json`* file in [box2d-lite](https://github.com/esweet431/box2d-lite/blob/vs-launch/CMakePresets.json) contains examples of Configure Presets, Build Presets, and Test Presets. For more information about this example, see the presentation [An Introduction to CMakePresets.json](/events/cpp-pure-virtual-cpp-2021/an-introduction-to-cmakepresetsjson). You can see another example in the [DirectXTK](https://github.com/microsoft/DirectXTK/blob/main/CMakePresets.json) project, which shows many build targets in its `configurePresets` section.
488+
The *`CMakePresets.json`* file in [box2d-lite](https://github.com/esweet431/box2d-lite/blob/vs-launch/CMakePresets.json) contains examples of Configure Presets, Build Presets, and Test Presets. For more information about this example, see the presentation [An Introduction to CMakePresets.json](/shows/cpp-pure-virtual-cpp-2021/an-introduction-to-cmakepresetsjson). You can see another example in the [DirectXTK](https://github.com/microsoft/DirectXTK/blob/main/CMakePresets.json) project, which shows many build targets in its `configurePresets` section.
489489

490490
## Next steps
491491

docs/build/reference/help-compiler-command-line-help.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
---
2-
description: "Learn more about: /HELP (Compiler Command-Line Help)"
32
title: "/HELP (Compiler Command-Line Help)"
4-
ms.date: "11/04/2016"
3+
description: "Learn more about: /HELP (Compiler Command-Line Help)"
4+
ms.date: 11/04/2016
55
f1_keywords: ["/help"]
66
helpviewer_keywords: ["HELP compiler option [C++]", "Help, for compiler command line", "/HELP compiler option [C++]", "/? compiler option [C++]", "-HELP compiler option [C++]", "-? compiler option [C++]", "cl.exe compiler, command-line syntax"]
7-
ms.assetid: 192533e7-86f2-48e0-a08f-b5e4e3a4e784
87
---
98
# /HELP (Compiler Command-Line Help)
109

@@ -18,8 +17,6 @@ Displays a listing of compiler options to standard output.
1817
/?
1918
```
2019

21-
## Remarks
22-
2320
### To set this compiler option in the Visual Studio development environment
2421

2522
- This compiler option should only be accessed from the command line.

docs/build/reference/nologo-suppress-startup-banner-c-cpp.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
---
2-
description: "Learn more about: /nologo (Suppress Startup Banner) (C/C++)"
32
title: "/nologo (Suppress Startup Banner) (C/C++)"
4-
ms.date: "11/04/2016"
3+
description: "Learn more about: /nologo (Suppress Startup Banner) (C/C++)"
4+
ms.date: 11/04/2016
55
f1_keywords: ["VC.Project.VCCLWCECompilerTool.SuppressStartupBanner", "VC.Project.VCCLCompilerTool.SuppressStartupBanner"]
66
helpviewer_keywords: ["-nologo compiler option [C++]", "/nologo compiler option [C++]", "nologo compiler option [C++]", "banners, suppressing startup"]
7-
ms.assetid: 75930d8b-b11c-4db8-99e5-b52f97da0693
87
---
98
# /nologo (Suppress Startup Banner) (C/C++)
109

@@ -16,8 +15,6 @@ Suppresses the display of the copyright banner when the compiler starts up and d
1615
/nologo
1716
```
1817

19-
## Remarks
20-
2118
### To set this compiler option in the Visual Studio development environment
2219

2320
1. Open the project's **Property Pages** dialog box. For details, see [Set C++ compiler and build properties in Visual Studio](../working-with-project-properties.md).

docs/c-runtime-library/cxxframehandler.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
11
---
2-
description: "Learn more about: __CxxFrameHandler"
32
title: "__CxxFrameHandler"
4-
ms.date: "1/14/2021"
3+
description: "Learn more about: __CxxFrameHandler"
4+
ms.date: 1/14/2021
55
api_name: ["__CxxFrameHandler"]
66
api_location: ["msvcr110.dll", "msvcrt.dll", "msvcr80.dll", "msvcr100.dll", "msvcr110_clr0400.dll", "msvcr90.dll", "msvcr120.dll"]
77
api_type: ["DLLExport"]
88
topic_type: ["apiref"]
99
f1_keywords: ["__CxxFrameHandler"]
1010
helpviewer_keywords: ["__CxxFrameHandler"]
11-
ms.assetid: b79ac97f-425a-42ae-9b91-8beaef935333
1211
---
1312
# `__CxxFrameHandler`
1413

@@ -43,8 +42,6 @@ Additional information about the function entry and stack frame.
4342
4443
One of the *filter expression* values used by the [try-except Statement](../cpp/try-except-statement.md).
4544
46-
## Remarks
47-
4845
## Requirements
4946
5047
| Routine | Required header |

docs/c-runtime-library/internal-set-app-type.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
11
---
2-
description: "Learn more about: __set_app_type"
32
title: "__set_app_type"
4-
ms.date: "11/04/2016"
3+
description: "Learn more about: __set_app_type"
4+
ms.date: 11/04/2016
55
api_name: ["__set_app_type", "_set_app_type"]
66
api_location: ["msvcr90.dll", "msvcr100.dll", "msvcr110.dll", "msvcr80.dll", "msvcrt.dll", "msvcr120.dll", "msvcr110_clr0400.dll", "api-ms-win-crt-runtime-l1-1-0.dll"]
77
api_type: ["DLLExport"]
88
topic_type: ["apiref"]
99
f1_keywords: ["__set_app_type"]
1010
helpviewer_keywords: ["__set_app_type"]
11-
ms.assetid: f0ac0f4d-70e6-4e96-9e43-eb9d1515490c
1211
---
1312
# `__set_app_type`
1413

@@ -33,8 +32,6 @@ A value that indicates the application type. The possible values are:
3332
| `_CONSOLE_APP` | Console (command-line) application. |
3433
| `_GUI_APP` | GUI (Windows) application. |
3534
36-
## Remarks
37-
3835
## Requirements
3936
4037
| Routine | Required header |

docs/c-runtime-library/reference/modf-modff-modfl.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "modf, modff, modfl"
33
description: "API reference for modf, modff, and modfl; which split a floating-point value into fractional and integer parts."
4-
ms.date: "1/15/2021"
4+
ms.date: 1/15/2021
55
api_name: ["modff", "modf", "modfl", "_o_modf", "_o_modff"]
66
api_location: ["msvcrt.dll", "msvcr80.dll", "msvcr90.dll", "msvcr100.dll", "msvcr100_clr0400.dll", "msvcr110.dll", "msvcr110_clr0400.dll", "msvcr120.dll", "msvcr120_clr0400.dll", "ucrtbase.dll", "api-ms-win-crt-math-l1-1-0.dll"]
77
api_type: ["DLLExport"]
@@ -52,7 +52,7 @@ By default, this function's global state is scoped to the application. To change
5252

5353
| Routine | Required header |
5454
|---|---|
55-
| **`modf`**, **`modff`**, **`modfl`** | C: `<math.h>`<br /><br /> C++: , `<cmath>` or `<math.h>` |
55+
| **`modf`**, **`modff`**, **`modfl`** | C: `<math.h>`<br /><br /> C++: `<cmath>` or `<math.h>` |
5656

5757
For more compatibility information, see [Compatibility](../compatibility.md).
5858

docs/c-runtime-library/reference/strtok-strtok-l-wcstok-wcstok-l-mbstok-mbstok-l.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
11
---
2-
description: "Learn more about: strtok, _strtok_l, wcstok, _wcstok_l, _mbstok, _mbstok_l"
32
title: "strtok, _strtok_l, wcstok, _wcstok_l, _mbstok, _mbstok_l"
4-
ms.date: "6/24/2020"
3+
description: "Learn more about: strtok, _strtok_l, wcstok, _wcstok_l, _mbstok, _mbstok_l"
4+
ms.date: 6/24/2020
55
api_name: ["_mbstok_l", "_mbstok", "wcstok", "_mbstok", "strtok", "_wcstok_l", "_o__mbstok", "_o__mbstok_l", "_o_strtok", "_o_wcstok"]
66
api_location: ["msvcrt.dll", "msvcr80.dll", "msvcr90.dll", "msvcr100.dll", "msvcr100_clr0400.dll", "msvcr110.dll", "msvcr110_clr0400.dll", "msvcr120.dll", "msvcr120_clr0400.dll", "ucrtbase.dll", "api-ms-win-crt-multibyte-l1-1-0.dll", "api-ms-win-crt-string-l1-1-0.dll"]
77
api_type: ["DLLExport"]
88
topic_type: ["apiref"]
99
f1_keywords: ["STRING/strtok", "TCHAR/_strtok_l", "MBSTRING/_mbstok", "MBSTRING/_mbstok_l", "CORECRT_WSTRING/wcstok", "TCHAR/_wcstok_l", "TCHAR/_tcstok", "TCHAR/_tcstok_l", "strtok", "strtok_l", "_mbstok", "_mbstok_l", "wcstok", "_wcstok_l", "_tcstok", "_tcstok_l"]
1010
helpviewer_keywords: ["mbstok_l function", "strings [C++], searching", "tcstok function", "_tcstok function", "_strtok_l function", "strtok function", "mbstok function", "wcstok_l function", "_mbstok function", "tcstok_l function", "tokens, finding in strings", "_mbstok_l function", "wcstok function", "_wcstok_l function", "_tcstok_l function", "strtok_l function"]
11-
ms.assetid: 904cb734-f0d7-4d77-ba81-4791ddf461ae
1211
---
1312
# `strtok`, `_strtok_l`, `wcstok`, `_wcstok_l`, `_mbstok`, `_mbstok_l`
1413

@@ -74,7 +73,7 @@ Returns a pointer to the next token found in *`strToken`*. The functions return
7473

7574
## Remarks
7675

77-
The **`strtok`** function finds the next token in *`strToken`*. The set of characters in *`strDelimit`* specifies possible delimiters of the token to be found in *`strToken`* on the current call. **`wcstok`** and **`_mbstok`** are wide-character and multibyte-character versions of **`strtok`**. The arguments and return value of **`wcstok`** are wide-character strings. The argumets and return value of **`_mbstok`** are multibyte-character strings. These three functions behave identically otherwise.
76+
The **`strtok`** function finds the next token in *`strToken`*. The set of characters in *`strDelimit`* specifies possible delimiters of the token to be found in *`strToken`* on the current call. **`wcstok`** and **`_mbstok`** are wide-character and multibyte-character versions of **`strtok`**. The arguments and return value of **`wcstok`** are wide-character strings. The arguments and return value of **`_mbstok`** are multibyte-character strings. These three functions behave identically otherwise.
7877

7978
The two argument version of **`wcstok`** isn't standard. If you need to use that version, you'll need to define `_CRT_NON_CONFORMING_WCSTOK` before you `#include <wchar.h>` (or `#include <string.h>`).
8079

0 commit comments

Comments
 (0)