-
Notifications
You must be signed in to change notification settings - Fork 961
/
Copy pathtoc.yml
55 lines (55 loc) · 2.75 KB
/
toc.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
items:
- name: Microsoft C++ Porting and Upgrade Guide
href: ../porting/visual-cpp-porting-and-upgrading-guide.md
- name: Upgrade projects from earlier versions
items:
- name: Upgrade projects from earlier versions
href: ../porting/upgrading-projects-from-earlier-versions-of-visual-cpp.md
- name: Overview of potential upgrade issues
href: ../porting/overview-of-potential-upgrade-issues-visual-cpp.md
- name: Upgrade your code to the Universal CRT
href: ../porting/upgrade-your-code-to-the-universal-crt.md
- name: Update WINVER and _WIN32_WINNT
href: ../porting/modifying-winver-and-win32-winnt.md
- name: Fix your dependencies on library internals
href: ../porting/fix-your-dependencies-on-library-internals.md
- name: Floating-point migration issues
href: ../porting/floating-point-migration-issues.md
- name: Use native multi-targeting in Visual Studio to build old projects
href: ../porting/use-native-multi-targeting.md
- name: C++ features deprecated in Visual Studio 2019
href: ../porting/features-deprecated-in-visual-studio.md
- name: VCBuild vs. MSBuild
href: ../porting/build-system-changes.md
- name: Port 3rd-party libraries
href: ../porting/porting-third-party-libraries.md
- name: Port data applications
href: ../data/data-access-programming-mfc-atl.md
- name: IDE tools for upgrading C++ code
href: ../porting/ide-tools-for-upgrading-code.md
- name: Visual C++ change history 2003 - 2015
href: ../porting/visual-cpp-change-history-2003-2015.md
- name: Visual C++ What's New 2003 through 2015
href: ../porting/visual-cpp-what-s-new-2003-through-2015.md
- name: C++ binary compatibility between Visual Studio versions
href: ../porting/binary-compat-2015-2017.md
- name: "Port and upgrade: examples and case studies"
items:
- name: "Examples and case studies"
href: ../porting/porting-and-upgrading-examples-and-case-studies.md
- name: "Porting guide: MFC Scribble"
href: ../porting/porting-guide-mfc-scribble.md
- name: "Porting guide: COM Spy"
href: ../porting/porting-guide-com-spy.md
- name: "Porting guide: Spy++"
href: ../porting/porting-guide-spy-increment.md
- name: Introduction to Microsoft C++ for UNIX Users
href: ../porting/introduction-to-visual-cpp-for-unix-users.md
- name: Running Linux programs on Windows
href: ../porting/porting-from-unix-to-win32.md
- name: Port to the Universal Windows Platform (C++)
items:
- name: Port to the Universal Windows Platform (C++)
href: ../porting/porting-to-the-universal-windows-platform-cpp.md
- name: "How to: Use existing C++ code in a Universal Windows Platform app"
href: ../porting/how-to-use-existing-cpp-code-in-a-universal-windows-platform-app.md