Skip to content

Commit 1ff2de8

Browse files
committed
Revert subhead
1 parent e4a1396 commit 1ff2de8

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

docs/build/walkthrough-compile-a-c-program-on-the-command-line.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: "Compile a C Program on the Command Line"
3-
description: "Learn how to create a Hello World C program by using a text editor, and then compile it by using the command line."
3+
description: "Learn how to create a Hello World C program by using a text editor, and then compile it by using the command line compiler."
44
ms.custom: tutorial
55
ms.date: 03/17/2025
66
helpviewer_keywords: ["command-line applications [C++], C programs", "Visual C, compiling", "compiling programs [C++]", "C program compiling [C++]"]
@@ -177,7 +177,7 @@ By default, MSVC is compatible with the ANSI C89 and ISO C99 standards, but not
177177
178178
Certain library functions and POSIX function names are deprecated by MSVC. The functions are supported, but the preferred names have changed. For more information, see [Security Features in the CRT](../c-runtime-library/security-features-in-the-crt.md) and [Compiler Warning (level 3) C4996](../error-messages/compiler-warnings/compiler-warning-level-3-c4996.md).
179179
180-
## Related content
180+
## See also
181181
182182
- [Walkthrough: Create a Standard C++ Program](../windows/walkthrough-creating-a-standard-cpp-program-cpp.md)
183183
- [C Language Reference](../c-language/c-language-reference.md)

docs/build/walkthrough-creating-and-using-a-dynamic-link-library-cpp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -572,6 +572,6 @@ Now that you've created a DLL and a client application, you can experiment. Try
572572

573573
When you deploy your app, you must also deploy the DLLs it uses. The simplest way to make the DLLs that you build, or that you include from third parties, available is to put them in the same directory as your app. It's known as *app-local deployment*. For more information about deployment, see [Deployment in Visual C++](../windows/deployment-in-visual-cpp.md).
574574

575-
## Related content
575+
## See also
576576

577577
- [Calling DLL Functions from Visual Basic Applications](calling-dll-functions-from-visual-basic-applications.md)

docs/windows/walkthrough-creating-windows-desktop-applications-cpp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -598,6 +598,6 @@ As promised, the complete code for the working application follows.
598598

599599
Congratulations! You've built a traditional Windows desktop application.
600600

601-
## Related content
601+
## See also
602602

603603
- [Windows C++ desktop application types](overview-of-windows-programming-in-cpp.md)

0 commit comments

Comments
 (0)