Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/data/data-access-in-cpp.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ Azure makes it easy to build C++ applications with increased flexibility, scalab
[How to use Blob Storage from C++](https://docs.microsoft.com/azure/storage/storage-c-plus-plus-how-to-use-blobs)<br/>
Azure Blob storage is a service that stores unstructured data in the cloud as objects/blobs. Blob storage can store any type of text or binary data, such as a document, media file, or application installer. Blob storage is also referred to as object storage.

[ ODBC Programmer's Reference](https://docs.microsoft.com/sql/odbc/reference/odbc-programmer-s-reference)<br/>
[ODBC Programmer's Reference](https://docs.microsoft.com/sql/odbc/reference/odbc-programmer-s-reference)<br/>
The ODBC interface is designed for use with the C programming language. Use of the ODBC interface spans three areas: SQL statements, ODBC function calls, and C programming.

## See also
Expand Down
2 changes: 1 addition & 1 deletion docs/linux/configure-a-linux-project.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Linux support is available in Visual Studio 2017 and later.

::: moniker-end

This topic describes how to configure a C++ Linux project as described in [Create a new C++ Linux project in Visual Studio](create-a-new-linux-project.md). For CMake Linux projects, see [Configure a Linux CMake Project ](cmake-linux-project.md).
This topic describes how to configure a C++ Linux project as described in [Create a new C++ Linux project in Visual Studio](create-a-new-linux-project.md). For CMake Linux projects, see [Configure a Linux CMake Project](cmake-linux-project.md).

You can configure a Linux project to target a physical Linux machine, a virtual machine, or the [Windows Subsystem for Linux](/windows/wsl/about) (WSL).

Expand Down
2 changes: 1 addition & 1 deletion docs/mfc/reference/cwnd-class.md
Original file line number Diff line number Diff line change
Expand Up @@ -1553,7 +1553,7 @@ If the window is the parent of any windows, these child windows are automaticall

The `DestroyWindow` member function also destroys modeless dialog boxes created by [CDialog::Create](../../mfc/reference/cdialog-class.md#create).

If the `CWnd` being destroyed is a child window and does not have the [WS_EX_NOPARENTNOTIFY](../../mfc/reference/styles-used-by-mfc.md#extended-window-styles) style set, then the [WM_PARENTNOTIFY ](/previous-versions/windows/desktop/inputmsg/wm-parentnotify) message is sent to the parent.
If the `CWnd` being destroyed is a child window and does not have the [WS_EX_NOPARENTNOTIFY](../../mfc/reference/styles-used-by-mfc.md#extended-window-styles) style set, then the [WM_PARENTNOTIFY](/previous-versions/windows/desktop/inputmsg/wm-parentnotify) message is sent to the parent.

### Example

Expand Down
2 changes: 1 addition & 1 deletion docs/standard-library/hash-map-operators.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ An object of type `hash_map`.

The comparison between hash_map objects is based on a pairwise comparison of their elements. Two hash_maps are equal if they have the same number of elements and their respective elements have the same values. Otherwise, they are unequal.

Members of the [<hash_map>](hash-map.md) and [<hash_set>](hash-set.md) header files in the [ stdext Namespace](stdext-namespace.md).
Members of the [<hash_map>](hash-map.md) and [<hash_set>](hash-set.md) header files in the [stdext Namespace](stdext-namespace.md).

### Example

Expand Down