Skip to content

Commit 9eb58d2

Browse files
author
Colin Robertson
committed
Create new index page for cpp
1 parent 8e4ad9f commit 9eb58d2

1 file changed

Lines changed: 119 additions & 0 deletions

File tree

docs/cpp/index.yml

Lines changed: 119 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,119 @@
1+
### YamlMime:Landing
2+
title: C++ documentation
3+
summary: Learn to use C++ and the C++ standard library.
4+
5+
metadata:
6+
title: C++ docs - get started, tutorials, reference.
7+
description: C++ programming reference for users of Microsoft C++ and Visual Studio.
8+
ms.topic: landing-page
9+
ms.date: 05/08/2020
10+
11+
# linkListType: architecture | concept | deploy | download | get-started | how-to-guide | learn | overview | quickstart | reference | tutorial | video | whats-new
12+
13+
# Cards and links should be based on top customer tasks or top subjects
14+
# Start card title with a verb
15+
16+
landingContent:
17+
18+
# Card
19+
- title: Learn C++ in Visual Studio
20+
linkLists:
21+
- linkListType: download
22+
links:
23+
- text: Download Visual Studio for Windows
24+
url: https://visualstudio.microsoft.com/downloads
25+
- text: Install C/C++ support in Visual Studio
26+
url: ../build/vscpp-step-0-installation.md
27+
- text: Download only the command-line build tools
28+
url: https://visualstudio.microsoft.com/downloads/#build-tools-for-visual-studio-2019
29+
- linkListType: get-started
30+
links:
31+
- text: Hello world in Visual Studio with C++
32+
url: ../build/vscpp-step-1-create.md
33+
- text: Create a calculator in C++
34+
url: ../get-started/tutorial-console-cpp.md
35+
- linkListType: video
36+
links:
37+
- text: "Learn C++ - A general purpose language and library"
38+
url: https://channel9.msdn.com/Series/cplusplus-language-library
39+
- linkListType: learn
40+
links:
41+
- text: Welcome back to C++ - Modern C++
42+
url: ../cpp/welcome-back-to-cpp-modern-cpp.md
43+
- text: Samples and the sample archive
44+
url: ../overview/visual-cpp-samples.md
45+
46+
# Card
47+
- title: What's new for C++ in Visual Studio
48+
linkLists:
49+
- linkListType: whats-new
50+
links:
51+
- text: What's new for C++ in Visual Studio
52+
url: ../overview/what-s-new-for-visual-cpp-in-visual-studio.md
53+
- text: C++ conformance improvements
54+
url: ../overview/cpp-conformance-improvements.md
55+
- linkListType: overview
56+
links:
57+
- text: Overview of C++ development in Visual Studio
58+
url: ../overview/overview-of-cpp-development.md
59+
- text: Supported target platforms
60+
url: ../overview/supported-platforms-visual-cpp.md
61+
- text: Help and community resources
62+
url: ../overview/visual-cpp-help-and-community.md
63+
- text: Report a problem or make a suggestion
64+
url: ../overview/how-to-report-a-problem-with-the-visual-cpp-toolset.md
65+
66+
- title: Use the compiler and tools
67+
linkLists:
68+
- linkListType: reference
69+
links:
70+
- text: C/C++ build reference
71+
url: ../build/reference/c-cpp-building-reference.md
72+
- text: Projects and build systems
73+
url: ../build/projects-and-build-systems-cpp.md
74+
- text: Compiler reference
75+
url: ../build/reference/compiling-a-c-cpp-program.md
76+
- text: Linker reference
77+
url: ../build/reference/linking.md
78+
- text: Additional build tools
79+
url: ../build/reference/c-cpp-build-tools.md
80+
- text: Errors and warnings
81+
url: ../error-messages/compiler-errors-1/c-cpp-build-errors.md
82+
83+
- title: C++ language
84+
linkLists:
85+
- linkListType: reference
86+
links:
87+
- text: C++ language reference
88+
url: ../cpp/cpp-language-reference.md
89+
- text: C++ keywords
90+
url: ../cpp/keywords-cpp.md
91+
- text: C++ operators
92+
url: ../cpp/cpp-built-in-operators-precedence-and-associativity.md
93+
- text: C/C++ preprocessor reference
94+
url: ../preprocessor/c-cpp-preprocessor-reference.md
95+
96+
- title: C++ standard library (STL)
97+
linkLists:
98+
- linkListType: reference
99+
links:
100+
- text: C++ standard library overview
101+
url: ../standard-library/cpp-standard-library-overview.md
102+
- text: C++ standard library reference by header
103+
url: ../standard-library/cpp-standard-library-header-files.md
104+
- text: C++ standard library containers
105+
url: ../standard-library/stl-containers.md
106+
- text: Iterators
107+
url: ../standard-library/iterators.md
108+
- text: Algorithms
109+
url: ../standard-library/algorithms.md
110+
- text: Allocators
111+
url: ../standard-library/allocators.md
112+
- text: Function objects
113+
url: ../standard-library/function-objects-in-the-stl.md
114+
- text: iostream programming
115+
url: ../standard-library/iostream-programming.md
116+
- text: Regular expressions
117+
url: ../standard-library/regular-expressions-cpp.md
118+
- text: File system navigation
119+
url: ../standard-library/file-system-navigation.md

0 commit comments

Comments
 (0)