Skip to content

Commit 457bc42

Browse files
committed
edits
1 parent 2271a83 commit 457bc42

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/build/vscpp-step-2-build.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ If Visual Studio looks like this, you're ready to build and run your app:
2424

2525
## Build and run your code in Visual Studio
2626

27-
1. To build your project, **Build** > **Build Solution**. The **Output** window shows the results of the build process.
27+
1. To build your project, from the main menu choose **Build** > **Build Solution**. The **Output** window shows the results of the build process.
2828

2929
:::image type="complex" source="media/vscpp-build-solution.gif" alt-text="Animated screenshot showing the sequence of actions taken to build a project in Visual Studio.":::
3030
First, Build is selected from the main menu. Then Build Solution is selected. The Output window shows the build output messages, including that the build is successful.

docs/overview/visual-cpp-language-conformance.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -531,7 +531,7 @@ A group of papers listed together indicates a Standard feature along with one or
531531
| &emsp;`aligned_alloc` | No <sup>[M](#note_M)</sup> |
532532
| &emsp;No return specifiers `<stdnoreturn.h>` | VS 2019 16.8 <sup>[C11](#note_C11), [2104](#note_2104)</sup> |
533533
| &emsp;Threading support `<threads.h>` | yes |
534-
| &emsp;Atomic support `<stdatomic.h>` | yes - experimental |
534+
| &emsp;Atomic support `<stdatomic.h>` | experimental |
535535
| &emsp;`char16_t`, `char32_t` `<uchar.h>` | VS 2019 16.8 <sup>[C11](#note_C11)</sup> |
536536
| &emsp;`gets()` removed | VS 2019 16.8 <sup>[C11](#note_C11), [N](#note_N)</sup> |
537537
| &emsp;`gets_s()` | VS 2019 16.8 <sup>[C11](#note_C11)</sup> |

0 commit comments

Comments
 (0)