fixes to cpp TOC and to c++ language and library nav pages to match TOC · fredemmott/cpp-docs@976e100 · GitHub
Skip to content

Commit 976e100

Browse files
author
Michael Blome
committed
fixes to cpp TOC and to c++ language and library nav pages to match TOC
1 parent 9ddf668 commit 976e100

5 files changed

Lines changed: 90 additions & 72 deletions

File tree

docs/cpp/TOC.md

Lines changed: 21 additions & 22 deletions

docs/cpp/c-cpp-language-and-standard-libraries.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ translation.priority.ht:
3131
- "zh-cn"
3232
- "zh-tw"
3333
---
34-
# C/C++ Language and Standard Libraries
35-
This section of the documentation includes guidelines and reference content for the Microsoft implementation of the ISO standards for C and C++.
34+
# C/C++ Language Reference
35+
This section of the documentation includes guidelines and reference content for the Microsoft implementation of the ISO standard for C++.
3636

3737
## Related Articles
3838

docs/cpp/cpp-language-reference.md

Lines changed: 47 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -1,45 +1,47 @@
1-
---
2-
title: "C++ Language Reference | Microsoft Docs"
3-
ms.custom: ""
4-
ms.date: "11/04/2016"
5-
ms.prod: "visual-studio-dev14"
6-
ms.reviewer: ""
7-
ms.suite: ""
8-
ms.technology:
9-
- "devlang-cpp"
10-
ms.tgt_pltfrm: ""
11-
ms.topic: "index-page "
12-
f1_keywords:
13-
- "c++"
14-
dev_langs:
15-
- "C++"
16-
helpviewer_keywords:
17-
- "language reference"
18-
- "C++, language reference"
19-
- "language reference, Visual C++"
20-
- "Visual C++, language reference"
21-
ms.assetid: 4be9cacb-c862-4391-894a-3a118c9c93ce
22-
caps.latest.revision: 14
23-
author: "mikeblome"
24-
ms.author: "mblome"
25-
manager: "ghogen"
26-
translation.priority.ht:
27-
- "cs-cz"
28-
- "de-de"
29-
- "es-es"
30-
- "fr-fr"
31-
- "it-it"
32-
- "ja-jp"
33-
- "ko-kr"
34-
- "pl-pl"
35-
- "pt-br"
36-
- "ru-ru"
37-
- "tr-tr"
38-
- "zh-cn"
39-
- "zh-tw"
40-
---
41-
# C++ Language Reference
1+
---
2+
title: "C++ Language Reference | Microsoft Docs"
3+
ms.custom: ""
4+
ms.date: "11/04/2016"
5+
ms.prod: "visual-studio-dev14"
6+
ms.reviewer: ""
7+
ms.suite: ""
8+
ms.technology:
9+
- "devlang-cpp"
10+
ms.tgt_pltfrm: ""
11+
ms.topic: "index-page "
12+
f1_keywords:
13+
- "c++"
14+
dev_langs:
15+
- "C++"
16+
helpviewer_keywords:
17+
- "language reference"
18+
- "C++, language reference"
19+
- "language reference, Visual C++"
20+
- "Visual C++, language reference"
21+
ms.assetid: 4be9cacb-c862-4391-894a-3a118c9c93ce
22+
caps.latest.revision: 14
23+
author: "mikeblome"
24+
ms.author: "mblome"
25+
manager: "ghogen"
26+
translation.priority.ht:
27+
- "cs-cz"
28+
- "de-de"
29+
- "es-es"
30+
- "fr-fr"
31+
- "it-it"
32+
- "ja-jp"
33+
- "ko-kr"
34+
- "pl-pl"
35+
- "pt-br"
36+
- "ru-ru"
37+
- "tr-tr"
38+
- "zh-cn"
39+
- "zh-tw"
40+
---
41+
# C++ Language Reference
4242
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.
43+
44+
For an overview of Modern C++ programming practices, see [Welcome Back to C++](welcome-back-to-cpp-modern-cpp.md).
4345

4446
See the following tables to quickly find a keyword or operator:
4547

@@ -48,6 +50,7 @@ This reference explains the C++ programming language as implemented in Microsoft
4850
- [C++ Operators](../cpp/cpp-built-in-operators-precedence-and-associativity.md)
4951

5052
## In This Section
53+
5154
[Lexical Conventions](../cpp/lexical-conventions.md)
5255
Fundamental lexical elements of a C++ program: tokens, comments, operators, keywords, punctuators, literals. Also, file translation, operator precedence/associativity.
5356

@@ -116,6 +119,9 @@ This reference explains the C++ programming language as implemented in Microsoft
116119

117120
[Nonstandard Behavior](../cpp/nonstandard-behavior.md)
118121
Information about nonstandard behavior of the Visual C++ compiler.
122+
123+
[Welcome Back to C++](welcome-back-to-cpp-modern-cpp.md)
124+
An overview of modern C++ programming practices for writing safe, correct and efficient programs.
119125

120126
## Related Sections
121127
[Component Extensions for Runtime Platforms](../windows/component-extensions-for-runtime-platforms.md)

docs/standard-library/TOC.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,6 @@
6262
### [<clocale>](clocale.md)
6363
### [<cmath>](cmath.md)
6464
### [<codecvt>](codecvt.md)
65-
#### [<codecvt> functions](codecvt-functions.md)
6665
#### [<codecvt> enums](codecvt-enums.md)
6766
#### [codecvt_utf8](codecvt-utf8.md)
6867
#### [codecvt_utf8_utf16](codecvt-utf8-utf16.md)
@@ -227,7 +226,6 @@
227226
#### [reverse_iterator Class](reverse-iterator-class.md)
228227
#### [unchecked_array_iterator Class](unchecked-array-iterator-class.md)
229228
### [<limits>](limits.md)
230-
#### [<limits> functions](limits-functions.md)
231229
#### [<limits> enums](limits-enums.md)
232230
#### [numeric_limits Class](numeric-limits-class.md)
233231
### [<list>](list.md)

docs/top/TOC.md

Lines changed: 20 additions & 5 deletions

0 commit comments

Comments
 (0)