Skip to content

Commit 42b320f

Browse files
TylerMSFTTylerMSFT
authored andcommitted
changing default from conceptual to reference, and marking those topics that should be conceptual
1 parent fe7df2f commit 42b320f

31 files changed

Lines changed: 59 additions & 3 deletions

docs/c-runtime-library/ansi-c-compliance.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
---
22
title: "ANSI C Compliance"
3+
description: "An overview of Microsoft C runtime naming conventions for ANSI C compliance."
34
ms.date: "11/04/2016"
5+
ms.topic: "conceptual"
46
f1_keywords: ["Ansi"]
57
helpviewer_keywords: ["underscores, leading", "compatibility [C++], ANSI C", "compliance with ANSI C", "conventions [C++], Microsoft extensions", "underscores", "naming conventions [C++], Microsoft library", "ANSI [C++], C standard", "Microsoft extensions naming conventions"]
68
ms.assetid: 6be271bf-eecf-491a-a928-0ee2dd60e3b9

docs/c-runtime-library/backward-compatibility.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
---
22
title: "Backward Compatibility"
3+
description: "How to use the Microsoft OLDNAMES.LIB library to map function names for backwards compatibility."
34
ms.date: "11/04/2016"
5+
ms.topic: "conceptual"
46
helpviewer_keywords: ["CRT, compatibility", "backward compatibility, C run-time libraries", "compatibility, C run-time libraries", "backward compatibility"]
57
ms.assetid: cc3175cf-97fd-492f-b329-5791aea63090
68
---

docs/c-runtime-library/byte-and-wide-streams.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
---
22
title: "Byte and Wide Streams"
3+
description: "An overview of byte streams in the Microsoft C runtime library."
34
ms.date: "11/04/2016"
5+
ms.topic: "conceptual"
46
f1_keywords: ["Byte and Wide Streams"]
57
helpviewer_keywords: ["byte streams", "wide streams"]
68
ms.assetid: 61ef0587-4cbc-4eb8-aae5-4c298dbbc6f9

docs/c-runtime-library/code-pages.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
---
22
title: "Code Pages"
3+
description: "A description of code page support in the Microsoft C runtime."
4+
ms.topic: "conceptual"
35
ms.date: "11/04/2016"
46
helpviewer_keywords: ["character sets [C++], code pages", "ANSI [C++], code pages", "system-default code page", "multibyte code pages [C++]", "localization [C++], code pages", "code pages [C++], types of", "locale code pages [C++]"]
57
ms.assetid: 4a26fc42-185a-4add-98bf-a7b314ae6186

docs/c-runtime-library/compatibility.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
title: "Compatibility"
33
description: "Describes the compatibility of the Microsoft Universal C runtime library (UCRT) with the Standard C library, POSIX, the Safe CRT, and Store apps."
44
ms.date: "9/11/2020"
5+
ms.topic: "conceptual"
56
helpviewer_keywords: ["CRT, compatibility", "compatibility, C runtime libraries", "compatibility"]
67
ms.assetid: 346709cb-edda-4909-9a19-3d253eddb6b7
78
---

docs/c-runtime-library/controlling-streams.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
---
22
title: "Controlling Streams"
3+
description: "An overview of working with streams in the Microsoft C runtime library."
34
ms.date: "11/04/2016"
5+
ms.topic: "conceptual"
46
f1_keywords: ["Controlling Streams"]
57
helpviewer_keywords: ["streams, controlling", "controlling streams", "streams"]
68
ms.assetid: 267e9013-9afc-45f6-91e3-ca093230d9d9

docs/c-runtime-library/crt-initialization.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
11
---
22
title: "CRT Initialization"
3+
description: "Describes how the CRT initializes global state in native code."
4+
ms.topic: "conceptual"
35
ms.date: "11/04/2016"
46
helpviewer_keywords: ["CRT initialization [C++]"]
57
ms.assetid: e7979813-1856-4848-9639-f29c86b74ad7
68
---
79
# CRT Initialization
810

9-
This topic describes how the CRT initializes global states in native code.
11+
This topic describes how the CRT initializes global state in native code.
1012

1113
By default, the linker includes the CRT library, which provides its own startup code. This startup code initializes the CRT library, calls global initializers, and then calls the user-provided `main` function for console applications.
1214

docs/c-runtime-library/crt-library-features.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
---
22
title: "CRT Library Features"
3-
description: "The files that contain the Microsoft C run-time libraries, and their associated compiler options and preprocessor directives."
3+
description: "List of files that contain the Microsoft C run-time libraries, and their associated compiler options and preprocessor directives."
44
ms.date: 09/03/2020
5+
ms.topic: "conceptual"
56
helpviewer_keywords: ["MSVCR71.dll", "libraries [C++], multithreaded", "library files, run-time", "LIBCMT.lib", "LIBCP.lib", "LIBCPMT.lib", "run-time libraries, C", "CRT, release versions", "MSVCP71.dll", "LIBC.lib", "libraries [C++]", "libraries [C++], run-time", "linking [C++], libraries"]
67
ms.assetid: a889fd39-807d-48f2-807f-81492612463f
78
---

docs/c-runtime-library/direction-flag.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
---
22
title: "Direction Flag"
3+
description: "Describes the effect of the CPU direction flag on Microsoft C runtime functions."
34
ms.date: "11/04/2016"
5+
ms.topic: "conceptual"
46
helpviewer_keywords: ["direction flag"]
57
ms.assetid: 0836b4af-dbbb-4ab8-a4b2-156f2e2099e2
68
---

docs/c-runtime-library/files-and-streams.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
---
22
title: "Files and Streams"
3+
description: "An overview of files and streams in the Microsoft C runtime library."
34
ms.date: "11/04/2016"
5+
ms.topic: "conceptual"
46
helpviewer_keywords: ["files [C++]", "streams"]
57
ms.assetid: f61e712b-eac9-4c28-bb18-97c3786ef387
68
---

0 commit comments

Comments
 (0)