|
1 | | -# [Visual C++ in Visual Studio 2017](visual-cpp-in-visual-studio.md) |
2 | | -# [What's New for Visual C++ in Visual Studio 2017](what-s-new-for-visual-cpp-in-visual-studio.md) |
3 | | -# [Visual C++ Tutorial](build/vscpp-step-0-installation.md) |
| 1 | +# [C++ in Visual Studio](overview/visual-cpp-in-visual-studio.md) |
| 2 | +## [Overview of C++ development in Visual Studio](overview/overview-of-cpp-development.md) |
| 3 | +## [What's new for C++ in Visual Studio](overview/what-s-new-for-visual-cpp-in-visual-studio.md) |
| 4 | +## [C++ conformance improvements in Visual Studio](overview/cpp-conformance-improvements.md) |
| 5 | +## [Microsoft C++ language conformance](overview/visual-cpp-language-conformance.md) |
| 6 | +## [Supported platforms](overview/supported-platforms-visual-cpp.md) |
| 7 | +## [Visual C++ Tools and Features in Visual Studio Editions](overview/visual-cpp-tools-and-features-in-visual-studio-editions.md) |
| 8 | +## [Samples](overview/visual-cpp-samples.md) |
| 9 | +## [Help and community](overview/visual-cpp-help-and-community.md) |
| 10 | +## [How to report a problem with the Visual C++ toolset](overview/how-to-report-a-problem-with-the-visual-cpp-toolset.md) |
| 11 | +# Visual C++ Tutorials |
4 | 12 | ## [Install C++ support in Visual Studio](build/vscpp-step-0-installation.md) |
5 | 13 | ## [Create a C++ console app project](build/vscpp-step-1-create.md) |
6 | 14 | ## [Build and run a C++ console app project](build/vscpp-step-2-build.md) |
7 | | -# [C++ conformance improvements in Visual Studio 2017](cpp-conformance-improvements-2017.md) |
8 | | -## [Visual C++ Language Conformance](visual-cpp-language-conformance.md) |
9 | | -# [Supported Platforms (Visual C++)](supported-platforms-visual-cpp.md) |
10 | | -# [C Language](c-language/c-language-reference.md) |
11 | | -# [C++ Language](cpp/cpp-language-reference.md) |
12 | | -# [C/C++ Preprocessor](preprocessor/c-cpp-preprocessor-reference.md) |
13 | | -# [C Runtime Library](c-runtime-library/c-run-time-library-reference.md) |
14 | | -# [C++ Standard Library](standard-library/cpp-standard-library-reference.md) |
15 | | -# [Windows Development](windows/overview-of-windows-programming-in-cpp.md) |
16 | | -# [Linux Development](linux/download-install-and-setup-the-linux-development-workload.md) |
17 | | -# [Cloud and Web Programming in Visual C++](cloud/cloud-and-web-programming-in-visual-cpp.md) |
18 | | -# [Parallel Programming](parallel/parallel-programming-in-visual-cpp.md) |
19 | | -# [Data Access](data/data-access-in-cpp.md) |
20 | | -# [Text and Strings](text/text-and-strings-in-visual-cpp.md) |
21 | | -# [vcpkg: A Package Manager for C++](vcpkg.md) |
22 | | -# [IDE and Tools for Visual C++](ide/ide-and-tools-for-visual-cpp-development.md) |
23 | | -# [Compilers and Build Tools](build/building-c-cpp-programs.md) |
24 | | -# [Porting and Upgrading Visual C++ Code](porting/visual-cpp-porting-and-upgrading-guide.md) |
25 | | -# [Security Best Practices for C++](security/security-best-practices-for-cpp.md) |
26 | | -## [Running as a Member of the Users Group](security/running-as-a-member-of-the-users-group.md) |
27 | | -## [How User Account Control (UAC) Affects Your Application](security/how-user-account-control-uac-affects-your-application.md) |
28 | | -## [C++ Developer Guidance for Speculative Execution Side Channels](security/developer-guidance-speculative-execution.md) |
29 | | -# [Visual C++ Samples](visual-cpp-samples.md) |
30 | | -# [Visual C++ Help and Community](visual-cpp-help-and-community.md) |
31 | | -# [How to Report a Problem with the Visual C++ Toolset](how-to-report-a-problem-with-the-visual-cpp-toolset.md) |
| 15 | +# [Projects and Build Systems](build/projects-and-build-systems-cpp.md) |
| 16 | +# [Writing and refactoring code](ide/writing-and-refactoring-code-cpp.md) |
| 17 | +# [Windows desktop development](windows/overview-of-windows-programming-in-cpp.md) |
| 18 | +# [UWP development](cppcx/universal-windows-apps-cpp.md) |
| 19 | +# [Game development](overview/game-development-cpp.md) |
| 20 | +# [Linux development](linux/download-install-and-setup-the-linux-development-workload.md) |
| 21 | +# [Cross-platform Mobile Development](/visualstudio/cross-platform/visual-cpp-for-cross-platform-mobile-development) |
| 22 | +# [.NET development with C++/CLI](dotnet/dotnet-programming-with-cpp-cli-visual-cpp.md) |
| 23 | +# [Cloud and Web programming](cloud/cloud-and-web-programming-in-visual-cpp.md) |
| 24 | +# [Port and upgrade C++ code](porting/visual-cpp-porting-and-upgrading-guide.md) |
| 25 | +# [Security best practices for C++](security/security-best-practices-for-cpp.md) |
| 26 | +## [Running as a member of the users group](security/running-as-a-member-of-the-users-group.md) |
| 27 | +## [How User Account Control (UAC) affects your application](security/how-user-account-control-uac-affects-your-application.md) |
| 28 | +## [C++ developer guidance for speculative execution side channels](security/developer-guidance-speculative-execution.md) |
| 29 | +# Reference |
| 30 | +## [Languages](overview/languages-cpp.md) |
| 31 | +### [C language](c-language/c-language-reference.md) |
| 32 | +### [C++ language](cpp/cpp-language-reference.md) |
| 33 | +### [C/C++ preprocessor](preprocessor/c-cpp-preprocessor-reference.md) |
| 34 | +### [Compiler intrinsics and assembly language](intrinsics/compiler-intrinsics-and-assembly-language.md) |
| 35 | +### [C Runtime Library](c-runtime-library/c-run-time-library-reference.md) |
| 36 | +### [Component extensions for .NET and UWP](extensions/component-extensions-for-runtime-platforms.md) |
| 37 | +### [C++ attributes for COM and .NET](windows/attributes/cpp-attributes-com-net.md) |
| 38 | +## [Libraries](overview/libraries-cpp.md) |
| 39 | +### [C Runtime Library](c-runtime-library/c-run-time-library-reference.md) |
| 40 | +### [C++ Standard Library](standard-library/cpp-standard-library-reference.md) |
| 41 | +### [SafeInt library](safeint/safeint-library.md) |
| 42 | +#### [SafeInt Class](safeint/safeint-class.md) |
| 43 | +#### [SafeInt Functions](safeint/safeint-functions.md) |
| 44 | +#### [SafeIntException Class](safeint/safeintexception-class.md) |
| 45 | +### [OpenMP](parallel/openmp/openmp-in-visual-cpp.md) |
| 46 | +### [MFC/ATL](mfc/mfc-and-atl.md) |
| 47 | +### [Parallel libraries](parallel/parallel-programming-in-visual-cpp.md) |
| 48 | +### [Data access libraries](data/data-access-in-cpp.md) |
| 49 | + |
| 50 | + |
0 commit comments