Skip to content

Commit 7b7d746

Browse files
authored
Update cpp-language-reference.md
1 parent d26c11c commit 7b7d746

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/cpp/cpp-language-reference.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ms.assetid: 4be9cacb-c862-4391-894a-3a118c9c93ce
77
---
88
# C++ Language Reference
99

10-
This reference explains the C++ programming language as implemented in Microsoft Visual C++. The organization is based on *The Annotated C++ Reference Manual* by Margaret Ellis and Bjarne Stroustrup and on the ANSI/ISO C++ International Standard (ISO/IEC FDIS 14882). Microsoft-specific implementations of C++ language features are included.
10+
This reference explains the C++ programming language as implemented in Microsoft Visual C++. The organization is based on [*The Annotated C++ Reference Manual*](http://www.stroustrup.com/arm.html) by Margaret Ellis and Bjarne Stroustrup and on the ANSI/ISO C++ International Standard (ISO/IEC FDIS 14882). Microsoft-specific implementations of C++ language features are included.
1111

1212
For an overview of Modern C++ programming practices, see [Welcome Back to C++](welcome-back-to-cpp-modern-cpp.md).
1313

@@ -101,4 +101,4 @@ A list of links to the reference start pages for the various Visual C++ librarie
101101

102102
## See also
103103

104-
[C Language Reference](../c-language/c-language-reference.md)
104+
[C Language Reference](../c-language/c-language-reference.md)

0 commit comments

Comments
 (0)